Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_unpivot
Function · 0.80
test_case_expression_nullability
Function · 0.80
any_op_with_null_handling
Function · 0.80
plan_all_op
Function · 0.80
test_utf8_view_to_sql
Function · 0.80
build_test_data_frame
Function · 0.80
test_pushdown_with_missing_column_nested_conditions
Function · 0.80
sparse_union_is_null
Function · 0.80
dense_union_is_null
Function · 0.80
test_aggregate_ext_filter
Function · 0.80
test_parameterized_scalar_udf
Function · 0.80
simplify
Method · 0.80
Calls
2
IsNotNull
Class · 0.85
new
Function · 0.85
Tested by
15
test_case_expression_nullability
Function · 0.64
test_utf8_view_to_sql
Function · 0.64
test_pushdown_with_missing_column_nested_conditions
Function · 0.64
sparse_union_is_null
Function · 0.64
dense_union_is_null
Function · 0.64
test_aggregate_ext_filter
Function · 0.64
test_parameterized_scalar_udf
Function · 0.64
test_filter_candidate_builder_supports_list_types
Function · 0.64
struct_data_structures_prevent_pushdown
Function · 0.64
mixed_primitive_and_struct_prevents_pushdown
Function · 0.64
nested_lists_allow_pushdown_checks
Function · 0.64
complex_expr_doesnt_prevent_pushdown
Function · 0.64