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

Method nulls

datafusion/functions-nested/src/array_has.rs:317–323  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

315 }
316
317 fn nulls(&self) -> Option<&NullBuffer> {
318 match self {
319 ArrayWrapper::FixedSizeList(arr) => arr.nulls(),
320 ArrayWrapper::List(arr) => arr.nulls(),
321 ArrayWrapper::LargeList(arr) => arr.nulls(),
322 }
323 }
324}
325
326fn array_has_dispatch_for_array<'a>(

Callers 15

array_position_scalarFunction · 0.45
array_positions_scalarFunction · 0.45
general_list_ndimsFunction · 0.45
invoke_with_argsMethod · 0.45
arrays_zip_innerFunction · 0.45
map_values_innerFunction · 0.45
compact_listFunction · 0.45
general_removeFunction · 0.45
primitive_array_min_maxFunction · 0.45
general_repeatFunction · 0.45
general_list_repeatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected