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

Method is_not_null

datafusion/expr/src/expr.rs:1941–1943  ·  view source on GitHub ↗

Return `IsNotNull(Box(self))

(self)

Source from the content-addressed store, hash-verified

1939
1940 /// Return `IsNotNull(Box(self))
1941 pub fn is_not_null(self) -> Expr {
1942 Expr::IsNotNull(Box::new(self))
1943 }
1944
1945 /// Create a sort configuration from an existing expression.
1946 ///

Callers 15

plan_unpivotFunction · 0.80
plan_all_opFunction · 0.80
test_utf8_view_to_sqlFunction · 0.80
build_test_data_frameFunction · 0.80
sparse_union_is_nullFunction · 0.80
dense_union_is_nullFunction · 0.80
simplifyMethod · 0.80

Calls 2

IsNotNullClass · 0.85
newFunction · 0.85