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

Method GetCompression

cpp/src/arrow/adapters/orc/adapter.cc:645–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643std::string ORCFileReader::GetSoftwareVersion() { return impl_->GetSoftwareVersion(); }
644
645Result<Compression::type> ORCFileReader::GetCompression() {
646 return impl_->GetCompression();
647}
648
649int64_t ORCFileReader::GetCompressionSize() { return impl_->GetCompressionSize(); }
650

Callers 2

Calls

no outgoing calls

Tested by 2