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

Function BitmapReaderSum

cpp/src/arrow/util/bit_block_counter_benchmark.cc:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static void BitmapReaderSum(benchmark::State& state) {
230 UnaryBitBlockBenchmark(state, /*offset=*/0).BenchBitmapReader();
231}
232
233static void BitmapReaderSumWithOffset(benchmark::State& state) {
234 UnaryBitBlockBenchmark(state, /*offset=*/4).BenchBitmapReader();

Callers

nothing calls this directly

Calls 2

BenchBitmapReaderMethod · 0.45

Tested by

no test coverage detected