shanisolomon commented on a change in pull request #1322:
URL: https://github.com/apache/arrow-rs/pull/1322#discussion_r808711613
##########
File path: parquet/src/file/metadata.rs
##########
@@ -467,6 +469,17 @@ impl ColumnChunkMetaData {
self.statistics.as_ref()
}
+ /// Returns `true` if this column chunk contains page encoding stats,
`false` otherwise.
+ pub fn has_page_encoding_stats(&self) -> bool {
Review comment:
I introduce those methods in order to be consistent with the other
`has_` methods for optional values in the metadata. Would you like me to remove
all?
--
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]