| 526 | } |
| 527 | |
| 528 | static void BM_ReadBinaryColumn(::benchmark::State& state) { |
| 529 | BenchmarkReadBinaryColumn(state, ::arrow::utf8(), Encoding::PLAIN); |
| 530 | } |
| 531 | |
| 532 | static void BM_ReadBinaryViewColumn(::benchmark::State& state) { |
| 533 | BenchmarkReadBinaryColumn(state, ::arrow::large_utf8(), Encoding::PLAIN); |
nothing calls this directly
no test coverage detected