Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestPageSerdeCrc
Method · 0.45
TestPageCompressionRoundTrip
Method · 0.45
TEST_F
Function · 0.45
BuildDataPageV1
Method · 0.45
BuildDataPageV2
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestPageSerdeCrc
Method · 0.36
TestPageCompressionRoundTrip
Method · 0.36
TEST_F
Function · 0.36