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

Function AllocateEmptyBitmap

cpp/src/arrow/buffer.cc:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191Result<std::shared_ptr<Buffer>> AllocateEmptyBitmap(int64_t length, MemoryPool* pool) {
192 return AllocateEmptyBitmap(length, kDefaultBufferAlignment, pool);
193}
194
195Result<std::shared_ptr<Buffer>> AllocateEmptyBitmap(int64_t length, int64_t alignment,
196 MemoryPool* pool) {

Callers 15

ARROW_ASSIGN_OR_RAISEFunction · 0.85
InsertNullMethod · 0.85
TESTFunction · 0.85
GetFlattenedFieldMethod · 0.85
GenerateNumericArrayFunction · 0.85
NullBitmapMethod · 0.85
BooleanMethod · 0.85
FixedSizeBinaryMethod · 0.85
GenerateOffsetsFunction · 0.85
OffsetsFromLengthsArrayFunction · 0.85
BitmapFromVectorFunction · 0.85
CopyBitmapFunction · 0.85

Calls 2

mutable_dataMethod · 0.45
sizeMethod · 0.45

Tested by 4

TESTFunction · 0.68
BitmapFromVectorFunction · 0.68
TESTFunction · 0.68
MaskArrayWithNullsAtFunction · 0.68