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

Function BitmapReaderSumWithOffset

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

Source from the content-addressed store, hash-verified

231}
232
233static void BitmapReaderSumWithOffset(benchmark::State& state) {
234 UnaryBitBlockBenchmark(state, /*offset=*/4).BenchBitmapReader();
235}
236
237static void BinaryBitBlockCounterSum(benchmark::State& state) {
238 BinaryBitBlockBenchmark(state, /*offset=*/0).BenchBitBlockCounter();

Callers

nothing calls this directly

Calls 2

BenchBitmapReaderMethod · 0.45

Tested by

no test coverage detected