Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_struct
Function · 0.45
write
Method · 0.45
try_from
Method · 0.45
new_bounds
Method · 0.45
is_unbounded
Method · 0.45
fmt
Method · 0.45
calculate_range
Method · 0.45
calculate_index_of_row
Method · 0.45
get_type
Method · 0.45
nullable
Method · 0.45
to_field
Method · 0.45
test_case_expression_nullability
Function · 0.45
Calls
2
IsNull
Class · 0.85
new
Function · 0.85
Tested by
10
test_case_expression_nullability
Function · 0.36
test_utf8_view_to_sql
Function · 0.36
basic_expr_doesnt_prevent_pushdown
Function · 0.36
row_group_pruning_predicate_null_expr
Function · 0.36
test_filter_with_deduplication
Function · 0.36
eliminate_left_with_null
Function · 0.36
no_eliminate_left_with_in_list_or_is_null
Function · 0.36
simplify_not_null
Function · 0.36
simplify_is_null
Function · 0.36
test_preimage_is_distinct_from_rewrite
Function · 0.36