| 882 | } |
| 883 | |
| 884 | std::shared_ptr<PageIndexReader> ParquetFileReader::GetPageIndexReader() { |
| 885 | return contents_->GetPageIndexReader(); |
| 886 | } |
| 887 | |
| 888 | BloomFilterReader& ParquetFileReader::GetBloomFilterReader() { |
| 889 | return contents_->GetBloomFilterReader(); |
no outgoing calls