MCPcopy Create free account
hub / github.com/apache/datafusion / is_null

Method is_null

datafusion/expr/src/expr.rs:1936–1938  ·  view source on GitHub ↗

Return `IsNull(Box(self))

(self)

Source from the content-addressed store, hash-verified

1934
1935 /// Return `IsNull(Box(self))
1936 pub fn is_null(self) -> Expr {
1937 Expr::IsNull(Box::new(self))
1938 }
1939
1940 /// Return `IsNotNull(Box(self))
1941 pub fn is_not_null(self) -> Expr {

Callers 15

deserialize_to_structFunction · 0.45
writeMethod · 0.45
try_fromMethod · 0.45
new_boundsMethod · 0.45
is_unboundedMethod · 0.45
fmtMethod · 0.45
calculate_rangeMethod · 0.45
get_typeMethod · 0.45
nullableMethod · 0.45
to_fieldMethod · 0.45

Calls 2

IsNullClass · 0.85
newFunction · 0.85