Skip to content

Commit

Permalink
Add ParquetAccessPlan, unify RowGroup selection and PagePruning sel…
Browse files Browse the repository at this point in the history
…ection (apache#10738)

* Add `ParquetAccessPlan` that describes which part of the parquet files to read

* Rename to RowGroupAccessPlanFilter

* Clarify when overall selection is needed

* Update documentation to exlain the relationship between scan/skip/selection

* Break early of the row selection is empty
  • Loading branch information
alamb authored and findepi committed Jul 16, 2024
1 parent e8e3d2b commit d8ee659
Show file tree
Hide file tree
Showing 5 changed files with 677 additions and 223 deletions.
Loading

0 comments on commit d8ee659

Please sign in to comment.