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

Function FieldPathGetFromWideArrayData

cpp/src/arrow/type_benchmark.cc:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507static void FieldPathGetFromWideArrayData(
508 benchmark::State& state) { // NOLINT non-const reference
509 constexpr int kNumColumns = 10000;
510 auto array = GenerateTestArray(kNumColumns);
511 BenchmarkFieldPathGet(state, *array->data(), kNumColumns);
512}
513
514static void FieldPathGetFromWideBatch(
515 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 3

GenerateTestArrayFunction · 0.85
BenchmarkFieldPathGetFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected