Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_null
Method
is_null
datafusion/functions-nested/src/arrays_zip.rs:51–53 ·
view source on GitHub ↗
(&self, idx: usize)
Source
from the content-addressed store, hash-verified
49
50
impl ListColumnView {
51
fn is_null(&self, idx: usize) -> bool {
52
self.nulls.as_ref().is_some_and(|n| n.is_null(idx))
53
}
54
}
55
56
make_udf_expr_and_func!(
Callers
15
general_replace
Function · 0.45
array_position_scalar
Function · 0.45
array_positions_scalar
Function · 0.45
general_cosine_distance
Function · 0.45
any_match_for_range
Function · 0.45
arrays_zip_inner
Function · 0.45
compact_list
Function · 0.45
general_remove
Function · 0.45
return_type
Method · 0.45
invoke_with_args
Method · 0.45
gen_range_date
Method · 0.45
gen_range_timestamp
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected