Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsNotSet
Method
IsNotSet
cpp/src/arrow/util/bit_util_benchmark.cc:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
bool IsSet() const { return bit_util::GetBit(bitmap_, position_); }
60
61
bool IsNotSet() const { return !IsSet(); }
62
63
void Next() { ++position_; }
64
Callers
1
BenchmarkBitmapReader
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected