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