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

Method IsSet

cpp/src/arrow/util/bitmap_reader.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 bool IsSet() const { return (current_byte_ & (1 << bit_offset_)) != 0; }
47
48 bool IsNotSet() const { return (current_byte_ & (1 << bit_offset_)) == 0; }
49

Callers 15

SumMethod · 0.45
BenchBitmapReaderMethod · 0.45
BenchBitmapReaderMethod · 0.45
VisitBitsFunction · 0.45
NextTrailingByteMethod · 0.45
NextRunMethod · 0.45
TYPED_TESTFunction · 0.45
NaiveSumPartialFunction · 0.45
NaiveMinMaxFunction · 0.45
NaiveModeFunction · 0.45
WelfordVarFunction · 0.45

Calls

no outgoing calls

Tested by 8

TYPED_TESTFunction · 0.36
NaiveSumPartialFunction · 0.36
NaiveMinMaxFunction · 0.36
NaiveModeFunction · 0.36
WelfordVarFunction · 0.36
SimpleScalarArrayCompareFunction · 0.36