Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NoneSet
Method
NoneSet
cpp/src/arrow/util/bit_block_counter.h:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
int16_t popcount;
96
97
bool NoneSet() const { return this->popcount == 0; }
98
bool AllSet() const { return this->length == this->popcount; }
99
};
100
Callers
13
VisitNullBitmapInline
Function · 0.80
PutListViewOffsets
Function · 0.80
VisitBitBlocks
Function · 0.80
VisitBitBlocksVoid
Function · 0.80
VisitTwoBitBlocks
Function · 0.80
VisitTwoBitBlocksVoid
Function · 0.80
ExecArrayCaseWhen
Function · 0.80
Exec
Method · 0.80
BinaryFilterImpl
Function · 0.80
GetTakeIndicesFromBitmapImpl
Function · 0.80
VisitFilter
Method · 0.80
ConsumeWithNulls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected