Skip to content

Commit eb4c668

Browse files
jonathanc-nFokko
andauthored
feat: Add StrictMetricsEvaluator (#963)
part of #735. Added `StrictMetricsEvaluator`. --------- Co-authored-by: Fokko Driesprong <[email protected]>
1 parent e294de7 commit eb4c668

File tree

3 files changed

+1561
-1
lines changed

3 files changed

+1561
-1
lines changed

crates/iceberg/src/expr/visitors/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ pub(crate) mod inclusive_projection;
2222
pub(crate) mod manifest_evaluator;
2323
pub(crate) mod page_index_evaluator;
2424
pub(crate) mod row_group_metrics_evaluator;
25+
pub(crate) mod strict_metrics_evaluator;

0 commit comments

Comments
 (0)