emkornfield commented on code in PR #14964:
URL: https://github.com/apache/arrow/pull/14964#discussion_r1063716824
##########
cpp/src/parquet/file_reader.h:
##########
@@ -98,6 +99,7 @@ class PARQUET_EXPORT ParquetFileReader {
virtual void Close() = 0;
virtual std::shared_ptr<RowGroupReader> GetRowGroup(int i) = 0;
virtual std::shared_ptr<FileMetaData> metadata() const = 0;
+ virtual std::shared_ptr<PageIndexReader> page_index_reader() = 0;
Review Comment:
Same comment applies below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]