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

Function BM_PlainDecodingSpacedByteArray

cpp/src/parquet/encoding_benchmark.cc:896–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896static void BM_PlainDecodingSpacedByteArray(benchmark::State& state) {
897 BM_DecodingByteArraySpaced(state, Encoding::PLAIN);
898}
899
900static void BM_DeltaLengthDecodingSpacedByteArray(benchmark::State& state) {
901 BM_DecodingByteArraySpaced(state, Encoding::DELTA_LENGTH_BYTE_ARRAY);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected