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