Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Check
Method · 0.70
TEST
Function · 0.70
BitBlockCount NextWord
Function · 0.70
VisitBitBlocks
Function · 0.70
VisitBitBlocksVoid
Function · 0.70
VisitTwoBitBlocks
Function · 0.70
VisitTwoBitBlocksVoid
Function · 0.70
BenchBitBlockCounter
Method · 0.70
BenchBitBlockCounter
Method · 0.70
LogicalNullCount
Function · 0.70
operator[]
Method · 0.70
IntegersInRange
Function · 0.70
Calls
no outgoing calls
Tested by
15
Check
Method · 0.56
TEST
Function · 0.56
CheckBinaryBitBlockOp
Function · 0.56
SlowCountBits
Function · 0.56
TEST
Function · 0.56
TEST
Function · 0.40
NullInKey
Function · 0.40
DoTestListFromArrays
Method · 0.40
TEST_F
Function · 0.40
AssertValidityZeroExtraBits
Function · 0.40
CheckModes<bool>
Function · 0.40
NaiveQuantile
Method · 0.40