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

Method SetBit

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

Source from the content-addressed store, hash-verified

41 }
42
43 void SetBit(uint8_t* out_bitmap, int64_t out_offset, int64_t offset) const {
44 bit_util::SetBitTo(
45 out_bitmap, out_offset,
46 in_bitmap ? bit_util::GetBit(in_bitmap, in_offset + offset) : true);
47 }
48};
49
50struct CopyScalarBitmap {

Callers 1

ReplaceMaskArrayImplFunction · 0.45

Calls 2

SetBitToFunction · 0.50
GetBitFunction · 0.50

Tested by

no test coverage detected