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

Function SetBitTo

cpp/src/arrow/util/bitmap.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 bool operator[](int64_t i) const { return GetBit(i); }
95
96 void SetBitTo(int64_t i, bool v) const {
97 bit_util::SetBitTo(mutable_data_, i + offset_, v);
98 }
99
100 void SetBitsTo(bool v) { bit_util::SetBitsTo(mutable_data_, offset_, length_, v); }
101

Callers 15

BitmapAllButOneFunction · 0.70
TEST_FFunction · 0.70
LoadWordFunction · 0.70
UnsafeAppendMethod · 0.50
delayFunction · 0.50
DecodeFixedLengthMethod · 0.50
DecodeNullsMethod · 0.50
UpdateFilterBitVectorMethod · 0.50
GetEditsMethod · 0.50
TweakValidityBitFunction · 0.50
CollectBitsImpMethod · 0.50

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.56
delayFunction · 0.40
TweakValidityBitFunction · 0.40
SwapListViewFunction · 0.40