apache / iceberg-rust

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

Implement `ExpressionEvaluator` #358

Closed marvinlanhenke closed 3 weeks ago

marvinlanhenke commented 2 months ago

As mentioned in #348:

We need to implement the ExpressionEvaluator, that binds the partition_spec to the 102: partition struct and evaluates it.

Python implementation (or the start of the workflow) can be found here.

marvinlanhenke commented 2 months ago

I've already taken a look at this; so I'd like to work on this myself in the upcoming week.