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

Function BM_ReadBinaryColumn

cpp/src/parquet/arrow/reader_writer_benchmark.cc:528–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static void BM_ReadBinaryColumn(::benchmark::State& state) {
529 BenchmarkReadBinaryColumn(state, ::arrow::utf8(), Encoding::PLAIN);
530}
531
532static void BM_ReadBinaryViewColumn(::benchmark::State& state) {
533 BenchmarkReadBinaryColumn(state, ::arrow::large_utf8(), Encoding::PLAIN);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected