Module page_filter

Module page_filter 

Source
Expand description

Contains code to filter entire pages

Structs§

PagePruningAccessPlanFilter
Filters a ParquetAccessPlan based on the Parquet PageIndex, if present
PagesPruningStatistics 🔒
Implement PruningStatistics for one column’s PageIndex (column_index + offset_index)

Functions§

prune_pages_in_one_row_group 🔒
Returns a [RowSelection] for the rows in this row group to scan.
update_selection 🔒