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

Function ReferenceStreamingDecompression

cpp/src/arrow/util/compression_benchmark.cc:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201template <Compression::type COMPRESSION>
202static void ReferenceStreamingDecompression(
203 benchmark::State& state) { // NOLINT non-const reference
204 auto data = MakeCompressibleData(8 * 1024 * 1024); // 8 MB
205
206 StreamingDecompression(COMPRESSION, data, state);
207}
208
209template <Compression::type COMPRESSION>
210static void ReferenceDecompression(

Callers

nothing calls this directly

Calls 2

StreamingDecompressionFunction · 0.85
MakeCompressibleDataFunction · 0.70

Tested by

no test coverage detected