pub trait MaskedArraySlotsExt: TypedArrayRef<Masked> {
// Provided methods
fn child(&self) -> &ArrayRef { ... }
fn validity(&self) -> Option<&ArrayRef> { ... }
fn slots_view(&self) -> MaskedSlotsView<'_> { ... }
}Expand description
Typed array accessors for Masked.
Provided Methods§
fn child(&self) -> &ArrayRef
fn validity(&self) -> Option<&ArrayRef>
Sourcefn slots_view(&self) -> MaskedSlotsView<'_>
fn slots_view(&self) -> MaskedSlotsView<'_>
Returns a borrowed view of all slots.