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

Function ReverseBitmap

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

Source from the content-addressed store, hash-verified

244}
245
246void ReverseBitmap(const uint8_t* data, int64_t offset, int64_t length, uint8_t* dest,
247 int64_t dest_offset) {
248 ReverseBlockOffsets(data, offset, length, dest_offset, dest);
249}
250
251Result<std::shared_ptr<Buffer>> CopyBitmap(MemoryPool* pool, const uint8_t* data,
252 int64_t offset, int64_t length,

Callers 1

TESTFunction · 0.85

Calls 2

ReverseBlockOffsetsFunction · 0.85
mutable_dataMethod · 0.45

Tested by 1

TESTFunction · 0.68