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

Method can_decompress

cpp/src/parquet/metadata.cc:564–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564bool ColumnChunkMetaData::can_decompress() const {
565 return ::arrow::util::Codec::IsAvailable(compression());
566}
567
568const std::vector<Encoding::type>& ColumnChunkMetaData::encodings() const {
569 return impl_->encodings();

Calls 4

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

Tested by

no test coverage detected