Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support selection pruning #15

Open
Jefffrey opened this issue Nov 3, 2023 · 1 comment
Open

Support selection pruning #15

Jefffrey opened this issue Nov 3, 2023 · 1 comment
Labels
enhancement New feature or request medium Medium priority

Comments

@Jefffrey
Copy link
Collaborator

Jefffrey commented Nov 3, 2023

Make use of file statistics, stripe statistics, column statistics, row group indexes, and bloom filters

Need way to expose this functionality so users (like datafusion) can utilize to efficiently query large ORC files, e.g. via predicate pushdown

@Jefffrey Jefffrey changed the title Support predicate pushdown Nov 4, 2023
@Jefffrey Jefffrey added enhancement New feature or request medium Medium priority labels Apr 1, 2024
@Jefffrey
Copy link
Collaborator Author

Jefffrey commented Apr 1, 2024

Take inspiration from how parquet handles exposing the necessary information/behaviour: https://docs.rs/parquet/latest/parquet/arrow/arrow_reader/type.ParquetRecordBatchReaderBuilder.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium Medium priority
1 participant