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

Function SumKernelArgs

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

Source from the content-addressed store, hash-verified

609}
610
611static void SumKernelArgs(benchmark::internal::Benchmark* bench) {
612 BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024}); // 1M
613}
614
615#define SUM_KERNEL_BENCHMARK(FuncName, Type) \
616 static void FuncName(benchmark::State& state) { SumKernel<Type>(state); } \

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected