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

Method CopyBitmap

cpp/src/arrow/compute/kernels/vector_replace.cc:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 int64_t in_offset;
36
37 void CopyBitmap(uint8_t* out_bitmap, int64_t out_offset, int64_t offset,
38 int64_t length) const {
39 arrow::internal::CopyBitmap(in_bitmap, in_offset + offset, length, out_bitmap,
40 out_offset);
41 }
42
43 void SetBit(uint8_t* out_bitmap, int64_t out_offset, int64_t offset) const {
44 bit_util::SetBitTo(

Callers 1

ReplaceMaskArrayImplFunction · 0.45

Calls 1

CopyBitmapFunction · 0.50

Tested by

no test coverage detected