Skip to content

Commit 0b08970

Browse files
authored
feat(spec): define Predicate data structure and PredicateBuilder (#156)
1 parent 102e4f0 commit 0b08970

2 files changed

Lines changed: 1062 additions & 0 deletions

File tree

crates/paimon/src/spec/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ mod types;
5555
pub use types::*;
5656
mod partition_utils;
5757
pub(crate) use partition_utils::PartitionComputer;
58+
mod predicate;
59+
pub use predicate::{
60+
field_idx_to_partition_idx, Datum, Predicate, PredicateBuilder, PredicateOperator,
61+
};

0 commit comments

Comments
 (0)