MCPcopy 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
50impl 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
56make_udf_expr_and_func!(

Callers 15

general_replaceFunction · 0.45
array_position_scalarFunction · 0.45
array_positions_scalarFunction · 0.45
general_cosine_distanceFunction · 0.45
any_match_for_rangeFunction · 0.45
arrays_zip_innerFunction · 0.45
compact_listFunction · 0.45
general_removeFunction · 0.45
return_typeMethod · 0.45
invoke_with_argsMethod · 0.45
gen_range_dateMethod · 0.45
gen_range_timestampMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected