Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ has_compressor
Method
has_compressor
cpp/src/parquet/column_writer.cc:698–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
bool has_compressor() override { return pager_->has_compressor(); }
699
700
int64_t total_compressed_bytes_written() const override {
701
return pager_->total_compressed_bytes_written();
Callers
3
ColumnWriterImpl
Method · 0.45
BuildDataPageV1
Method · 0.45
BuildDataPageV2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected