Skip to main content

RLEArraySlotsExt

Trait RLEArraySlotsExt 

Source
pub trait RLEArraySlotsExt: TypedArrayRef<RLE> {
    // Provided methods
    fn values(&self) -> &ArrayRef { ... }
    fn indices(&self) -> &ArrayRef { ... }
    fn values_idx_offsets(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> RLESlotsView<'_> { ... }
}
Expand description

Typed array accessors for RLE.

Provided Methods§

Source

fn values(&self) -> &ArrayRef

Source

fn indices(&self) -> &ArrayRef

Source

fn values_idx_offsets(&self) -> &ArrayRef

Source

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

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§