MCPcopy Create free account
hub / github.com/apache/arrow-rs / nulls

Method nulls

arrow-data/src/data.rs:436–438  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

434 /// Note: [`ArrayData::offset`] does NOT apply to the returned [`NullBuffer`]
435 #[inline]
436 pub fn nulls(&self) -> Option<&NullBuffer> {
437 self.nulls.as_ref()
438 }
439
440 /// Returns whether the element at index `i` is not null
441 #[inline]

Callers 15

test_null_empty_stringsFunction · 0.45
b64_encodeFunction · 0.45
b64_decodeFunction · 0.45
cast_with_optionsFunction · 0.45
cast_struct_to_structFunction · 0.45
cast_numeric_to_binaryFunction · 0.45
cast_byte_containerFunction · 0.45
value_to_stringFunction · 0.45
value_to_string_viewFunction · 0.45
parse_stringFunction · 0.45

Calls 1

as_refMethod · 0.45