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

Function SetArgs

cpp/src/arrow/compute/kernels/scalar_boolean_benchmark.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void SetArgs(benchmark::internal::Benchmark* bench) {
51 BenchmarkSetArgsWithSizes(bench, {kL1Size, kL2Size});
52}
53
54BENCHMARK_TEMPLATE(ArrayArrayKernel, And)->Apply(SetArgs);
55BENCHMARK_TEMPLATE(ArrayArrayKernel, KleeneAnd)->Apply(SetArgs);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected