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

Method is_null

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

Source from the content-addressed store, hash-verified

615 // -- null operators --
616
617 pub fn is_null(&self, field: &str) -> Result<Predicate> {
618 self.leaf(field, PredicateOperator::IsNull, vec![])
619 }
620
621 pub fn is_not_null(&self, field: &str) -> Result<Predicate> {
622 self.leaf(field, PredicateOperator::IsNotNull, vec![])

Callers 15

paimon_catalog_createFunction · 0.80
paimon_catalog_freeFunction · 0.80
paimon_bytes_freeFunction · 0.80
paimon_identifier_freeFunction · 0.80
paimon_error_freeFunction · 0.80
validate_cstrFunction · 0.80
check_non_nullFunction · 0.80
free_table_wrapperFunction · 0.80
paimon_read_builder_freeFunction · 0.80
paimon_table_scan_freeFunction · 0.80

Calls 1

leafMethod · 0.80

Tested by

no test coverage detected