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

Function BM_PlainDecodingByteArray

cpp/src/parquet/encoding_benchmark.cc:846–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846static void BM_PlainDecodingByteArray(benchmark::State& state) {
847 DecodingByteArrayBenchmark(state, Encoding::PLAIN);
848}
849
850static void BM_DeltaLengthDecodingByteArray(benchmark::State& state) {
851 DecodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected