We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102e4f0 commit 0b08970Copy full SHA for 0b08970
2 files changed
crates/paimon/src/spec/mod.rs
@@ -55,3 +55,7 @@ mod types;
55
pub use types::*;
56
mod partition_utils;
57
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