Skip to main content

ALPArraySlotsExt

Trait ALPArraySlotsExt 

Source
pub trait ALPArraySlotsExt: TypedArrayRef<ALP> {
    // Provided methods
    fn encoded(&self) -> &ArrayRef { ... }
    fn patch_indices(&self) -> Option<&ArrayRef> { ... }
    fn patch_values(&self) -> Option<&ArrayRef> { ... }
    fn patch_chunk_offsets(&self) -> Option<&ArrayRef> { ... }
    fn slots_view(&self) -> ALPSlotsView<'_> { ... }
}
Expand description

Typed array accessors for ALP.

Provided Methods§

Source

fn encoded(&self) -> &ArrayRef

Source

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

Source

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

Source

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

Source

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

Returns a borrowed view of all slots.

Implementors§