| 878 | } |
| 879 | |
| 880 | std::shared_ptr<PageIndexReader> ParquetFileReader::GetPageIndexReader() { |
| 881 | return contents_->GetPageIndexReader(); |
| 882 | } |
| 883 | |
| 884 | BloomFilterReader& ParquetFileReader::GetBloomFilterReader() { |
| 885 | return contents_->GetBloomFilterReader(); |
no outgoing calls