| 812 | } |
| 813 | |
| 814 | static void BM_PlainEncodingByteArray(benchmark::State& state) { |
| 815 | EncodingByteArrayBenchmark(state, Encoding::PLAIN); |
| 816 | } |
| 817 | |
| 818 | void DecodingByteArrayBenchmark(benchmark::State& state, Encoding::type encoding) { |
| 819 | ::arrow::random::RandomArrayGenerator rag(0); |
nothing calls this directly
no test coverage detected