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

Function BM_DeltaLengthEncodingByteArray

cpp/src/parquet/encoding_benchmark.cc:810–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810static void BM_DeltaLengthEncodingByteArray(benchmark::State& state) {
811 EncodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY);
812}
813
814static void BM_PlainEncodingByteArray(benchmark::State& state) {
815 EncodingByteArrayBenchmark(state, Encoding::PLAIN);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected