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

Method Compress

cpp/src/parquet/column_writer.cc:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 }
693
694 void Compress(const Buffer& src_buffer, ResizableBuffer* dest_buffer) override {
695 pager_->Compress(src_buffer, dest_buffer);
696 }
697
698 bool has_compressor() override { return pager_->has_compressor(); }
699

Callers 5

TestPageSerdeCrcMethod · 0.45
TEST_FFunction · 0.45
BuildDataPageV1Method · 0.45
BuildDataPageV2Method · 0.45

Calls

no outgoing calls

Tested by 3

TestPageSerdeCrcMethod · 0.36
TEST_FFunction · 0.36