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: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
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