| 512 | } |
| 513 | |
| 514 | static 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 | |
| 521 | static void FieldPathGetFromWideChunkedArray( |
| 522 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected