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

Function QuantileKernelArgs

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

Source from the content-addressed store, hash-verified

842}
843
844static void QuantileKernelArgs(benchmark::internal::Benchmark* bench) {
845 BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024});
846}
847
848BENCHMARK_TEMPLATE(QuantileKernelMedianNarrow, Int32Type)->Apply(QuantileKernelArgs);
849BENCHMARK_TEMPLATE(QuantileKernelMedianWide, Int32Type)->Apply(QuantileKernelArgs);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected