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

Method Compress

cpp/src/parquet/column_writer.cc:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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