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

Function BM_DeltaLengthDecodingByteArray

cpp/src/parquet/encoding_benchmark.cc:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850static void BM_DeltaLengthDecodingByteArray(benchmark::State& state) {
851 DecodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY);
852}
853
854BENCHMARK(BM_PlainEncodingByteArray)->Apply(ByteArrayCustomArguments);
855BENCHMARK(BM_DeltaLengthEncodingByteArray)->Apply(ByteArrayCustomArguments);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected