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

Method AllSet

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

Source from the content-addressed store, hash-verified

96
97 bool NoneSet() const { return this->popcount == 0; }
98 bool AllSet() const { return this->length == this->popcount; }
99};
100
101/// \brief A class that scans through a true/false bitmap to compute popcounts

Callers 4

VisitBitBlocksFunction · 0.45
VisitBitBlocksVoidFunction · 0.45
VisitTwoBitBlocksFunction · 0.45
VisitTwoBitBlocksVoidFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected