Skip to main content

DictArraySlotsExt

Trait DictArraySlotsExt 

Source
pub trait DictArraySlotsExt: TypedArrayRef<Dict> {
    // Provided methods
    fn codes(&self) -> &ArrayRef { ... }
    fn values(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> DictSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Dict.

Provided Methods§

Source

fn codes(&self) -> &ArrayRef

Source

fn values(&self) -> &ArrayRef

Source

fn slots_view(&self) -> DictSlotsView<'_>

Returns a borrowed view of all slots.

Implementors§