MCPcopy Create free account
hub / github.com/apache/arrow / BitmapFromVector

Function BitmapFromVector

cpp/src/arrow/testing/builder.h:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225template <typename T>
226inline void BitmapFromVector(const std::vector<T>& is_valid,
227 std::shared_ptr<Buffer>* out) {
228 ASSERT_OK(GetBitmapFromVector(is_valid, out));
229}
230
231} // namespace arrow

Callers 1

CheckExtremaFunction · 0.50

Calls 1

GetBitmapFromVectorFunction · 0.85

Tested by 1

CheckExtremaFunction · 0.40