apache / iceberg-rust

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

feat: add `ExpressionEvaluator` #363

Closed marvinlanhenke closed 3 weeks ago

marvinlanhenke commented 2 months ago

Which issue does this PR close?

Closes #358

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Yes, unit tests for expression evaluator are included.

marvinlanhenke commented 2 months ago

@Fokko @liurenjie1024 @sdd PTAL. Implementation based on pyiceberg.

marvinlanhenke commented 3 weeks ago

@liurenjie1024 @sdd I changed the impl to reflect the changes made in #390 PTAL. Thanks again @sdd for unblocking this PR.