Parquet: Support predicate pushdown using column chunk statistics, dictionaries, etc #968
Labels
2023_triagedNoMilestone
feature request
New feature or request
parquet
Related to the Parquet integration
Milestone
We should add an interface to
ColumnSource
like:Implementation notes:
QueryTable.where(...)
, and supported byRegionedColumnSource
andColumnRegion
implementations.SymbolTableSource
found inRegionedColumnSourceObjectWithDictionary
.Design notes:
ParquetInstructions
. In particular,String
statistics might be bad in many files, and their use should be enabled separately.The text was updated successfully, but these errors were encountered: