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

Function CopyBitmap

cpp/src/arrow/util/bitmap_ops.cc:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void CopyBitmap(const uint8_t* data, int64_t offset, int64_t length, uint8_t* dest,
237 int64_t dest_offset) {
238 TransferBitmap<TransferMode::Copy>(data, offset, length, dest_offset, dest);
239}
240
241void InvertBitmap(const uint8_t* data, int64_t offset, int64_t length, uint8_t* dest,
242 int64_t dest_offset) {

Callers 15

TESTFunction · 0.70
CopyFromMethod · 0.70
VisitMethod · 0.50
UnsafeAppendMethod · 0.50
TransposeDictIndicesFunction · 0.50
GetFlattenedFieldMethod · 0.50
ConcatenateBitmapsFunction · 0.50
GetTruncatedBitmapFunction · 0.50
ExecComputedBitmapFunction · 0.50
PropagateSingleMethod · 0.50
PropagateNullsSpansFunction · 0.50

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.56
ExecComputedBitmapFunction · 0.40
ValidateConsumeMethod · 0.40