Skip to main content

OnPairArraySlotsExt

Trait OnPairArraySlotsExt 

Source
pub trait OnPairArraySlotsExt: TypedArrayRef<OnPair> {
    // Provided methods
    fn dict_offsets(&self) -> &ArrayRef { ... }
    fn codes(&self) -> &ArrayRef { ... }
    fn codes_offsets(&self) -> &ArrayRef { ... }
    fn uncompressed_lengths(&self) -> &ArrayRef { ... }
    fn validity(&self) -> Option<&ArrayRef> { ... }
    fn slots_view(&self) -> OnPairSlotsView<'_> { ... }
}
Expand description

Typed array accessors for OnPair.

Provided Methods§

Source

fn dict_offsets(&self) -> &ArrayRef

Source

fn codes(&self) -> &ArrayRef

Source

fn codes_offsets(&self) -> &ArrayRef

Source

fn uncompressed_lengths(&self) -> &ArrayRef

Source

fn validity(&self) -> Option<&ArrayRef>

Source

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

Returns a borrowed view of all slots.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§