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

Function BM_PlainEncodingByteArray

cpp/src/parquet/encoding_benchmark.cc:814–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814static void BM_PlainEncodingByteArray(benchmark::State& state) {
815 EncodingByteArrayBenchmark(state, Encoding::PLAIN);
816}
817
818void DecodingByteArrayBenchmark(benchmark::State& state, Encoding::type encoding) {
819 ::arrow::random::RandomArrayGenerator rag(0);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected