Ted-Jiang commented on code in PR #6317:
URL: https://github.com/apache/arrow-datafusion/pull/6317#discussion_r1190582757
##########
datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs:
##########
@@ -222,6 +222,11 @@ impl PagePruningPredicate {
file_metrics.page_index_rows_filtered.add(total_skip);
Ok(Some(final_selection))
}
+
+ /// Returns the number of filters in the [`PagePruningPredicate`]
+ pub fn filter_number(&self) -> usize {
Review Comment:
I think need the number of filters in future 😆
--
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]