apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
153 stars 32 forks source link

Support predicate pushdown for column stats #159

Open xushiyan opened 1 month ago

xushiyan commented 1 month ago

Follow up feature of #47

Make the filters argument accept generic predicates for all columns, and predicates can be used to prune files based on column stats.