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

Function SetBitmap

cpp/src/arrow/util/bit_util.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void SetBitmap(uint8_t* data, int64_t offset, int64_t length) {
121 SetBitmapImpl<true>(data, offset, length);
122}
123
124void ClearBitmap(uint8_t* data, int64_t offset, int64_t length) {
125 SetBitmapImpl<false>(data, offset, length);

Callers 7

TESTFunction · 0.85
ExecIntoArrayDataMethod · 0.85
ExecIntoArraySpanMethod · 0.85
RunIfElseScalarFunction · 0.85
CallMethod · 0.85
VisitListViewMethod · 0.85
ExecMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68