apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
474 stars 97 forks source link

Add `BoundPredicateVisitor` (alternate version) #334

Closed sdd closed 2 months ago

sdd commented 2 months ago

Alternative implementation for https://github.com/apache/iceberg-rust/pull/320, using per-operator visitor methods

liurenjie1024 commented 2 months ago

I'll merge this given we have reached some consensus here, thanks @Fokko for review, and @sdd for this effort!