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

Function BM_DeltaLengthDecodingSpacedByteArray

cpp/src/parquet/encoding_benchmark.cc:900–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900static void BM_DeltaLengthDecodingSpacedByteArray(benchmark::State& state) {
901 BM_DecodingByteArraySpaced(state, Encoding::DELTA_LENGTH_BYTE_ARRAY);
902}
903
904BENCHMARK(BM_PlainDecodingSpacedByteArray)->Apply(ByteArrayCustomArguments);
905BENCHMARK(BM_DeltaLengthDecodingSpacedByteArray)->Apply(ByteArrayCustomArguments);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected