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

Function FieldPathGetFromWideArray

cpp/src/arrow/type_benchmark.cc:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500static void FieldPathGetFromWideArray(
501 benchmark::State& state) { // NOLINT non-const reference
502 constexpr int kNumColumns = 10000;
503 auto array = GenerateTestArray(kNumColumns);
504 BenchmarkFieldPathGet(state, *array, kNumColumns);
505}
506
507static void FieldPathGetFromWideArrayData(
508 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 2

GenerateTestArrayFunction · 0.85
BenchmarkFieldPathGetFunction · 0.85

Tested by

no test coverage detected