MCPcopy 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

CreateRandomBitsBufferFunction · 0.45
BenchmarkBitmapReaderFunction · 0.45
BenchmarkBitmapWriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected