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

Function ModeKernelArgs

cpp/src/arrow/acero/aggregate_benchmark.cc:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677static void ModeKernelArgs(benchmark::internal::Benchmark* bench) {
678 BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024}); // 1M
679}
680
681BENCHMARK_TEMPLATE(ModeKernelNarrow, BooleanType)->Apply(ModeKernelArgs);
682BENCHMARK_TEMPLATE(ModeKernelNarrow, Int8Type)->Apply(ModeKernelArgs);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected