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§
fn encoded(&self) -> &ArrayRef
fn patch_indices(&self) -> Option<&ArrayRef>
fn patch_values(&self) -> Option<&ArrayRef>
fn patch_chunk_offsets(&self) -> Option<&ArrayRef>
Sourcefn slots_view(&self) -> ALPSlotsView<'_>
fn slots_view(&self) -> ALPSlotsView<'_>
Returns a borrowed view of all slots.