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

Function SetArgs

cpp/src/arrow/acero/project_benchmark.cc:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73arrow::compute::Expression ref_only_expression = field_ref("i64");
74
75void SetArgs(benchmark::internal::Benchmark* bench) {
76 bench->ArgNames({"batch_size"})
77 ->RangeMultiplier(10)
78 ->Range(1000, kTotalBatchSize)
79 ->UseRealTime();
80}
81
82BENCHMARK_CAPTURE(ProjectionOverheadIsolated, complex_expression, complex_expression)
83 ->Apply(SetArgs);

Callers

nothing calls this directly

Calls 1

RangeMethod · 0.80

Tested by

no test coverage detected