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

Function ClearBitmap

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

Source from the content-addressed store, hash-verified

122}
123
124void ClearBitmap(uint8_t* data, int64_t offset, int64_t length) {
125 SetBitmapImpl<false>(data, offset, length);
126}
127
128} // namespace bit_util
129} // namespace arrow

Callers 4

TESTFunction · 0.85
RunIfElseScalarFunction · 0.85
CallMethod · 0.85
CompareColumnsToRowsMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68