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

Function FieldPathGetFromWideBatch

cpp/src/arrow/type_benchmark.cc:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514static void FieldPathGetFromWideBatch(
515 benchmark::State& state) { // NOLINT non-const reference
516 constexpr int kNumColumns = 10000;
517 auto batch = ToBatch(GenerateTestArray(kNumColumns));
518 BenchmarkFieldPathGet(state, *batch, kNumColumns);
519}
520
521static void FieldPathGetFromWideChunkedArray(
522 benchmark::State& state) { // NOLINT non-const reference

Callers

nothing calls this directly

Calls 3

ToBatchFunction · 0.85
GenerateTestArrayFunction · 0.85
BenchmarkFieldPathGetFunction · 0.85

Tested by

no test coverage detected