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

Method MakeCompressor

cpp/src/arrow/util/compression_lz4.cc:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 Result<std::shared_ptr<Compressor>> MakeCompressor() override {
385 return Status::NotImplemented(
386 "Streaming compression unsupported with LZ4 raw format. "
387 "Try using LZ4 frame format instead.");
388 }
389
390 Result<std::shared_ptr<Decompressor>> MakeDecompressor() override {
391 return Status::NotImplemented(

Callers 5

InitMethod · 0.45
StreamingCompressFunction · 0.45
CheckStreamingCompressorFunction · 0.45
CheckStreamingRoundtripFunction · 0.45
TEST_PFunction · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by 3

CheckStreamingCompressorFunction · 0.36
CheckStreamingRoundtripFunction · 0.36
TEST_PFunction · 0.36