MCPcopy Create free account
hub / github.com/apache/paimon-rust / is_not_null

Method is_not_null

crates/paimon/src/spec/predicate.rs:621–623  ·  view source on GitHub ↗
(&self, field: &str)

Source from the content-addressed store, hash-verified

619 }
620
621 pub fn is_not_null(&self, field: &str) -> Result<Predicate> {
622 self.leaf(field, PredicateOperator::IsNotNull, vec![])
623 }
624
625 /// Build a partition predicate: AND of equal/is_null for each (field_name, datum) pair.
626 pub fn partition_predicate(&self, fields: &[(&str, Option<Datum>)]) -> Result<Predicate> {

Calls 1

leafMethod · 0.80

Tested by

no test coverage detected