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

Function GetBit

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

Source from the content-addressed store, hash-verified

90 std::string Diff(const Bitmap& other) const;
91
92 bool GetBit(int64_t i) const { return bit_util::GetBit(data_, i + offset_); }
93
94 bool operator[](int64_t i) const { return GetBit(i); }
95

Callers 15

CheckMethod · 0.70
TESTFunction · 0.70
BitBlockCount NextWordFunction · 0.70
VisitBitBlocksFunction · 0.70
VisitBitBlocksVoidFunction · 0.70
VisitTwoBitBlocksFunction · 0.70
VisitTwoBitBlocksVoidFunction · 0.70
BenchBitBlockCounterMethod · 0.70
BenchBitBlockCounterMethod · 0.70
LogicalNullCountFunction · 0.70
operator[]Method · 0.70
IntegersInRangeFunction · 0.70

Calls

no outgoing calls

Tested by 15

CheckMethod · 0.56
TESTFunction · 0.56
CheckBinaryBitBlockOpFunction · 0.56
SlowCountBitsFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.40
NullInKeyFunction · 0.40
DoTestListFromArraysMethod · 0.40
TEST_FFunction · 0.40
CheckModes<bool>Function · 0.40
NaiveQuantileMethod · 0.40