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

Method can_decompress

cpp/src/parquet/metadata.cc:568–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568bool ColumnChunkMetaData::can_decompress() const {
569 return ::arrow::util::Codec::IsAvailable(compression());
570}
571
572const std::vector<Encoding::type>& ColumnChunkMetaData::encodings() const {
573 return impl_->encodings();

Calls 4

ColumnChunkClass · 0.85
RowGroupClass · 0.85
compressionFunction · 0.70
num_columnsFunction · 0.70

Tested by

no test coverage detected