Skip to main content

RunEndArrayExt

Trait RunEndArrayExt 

Source
pub trait RunEndArrayExt: TypedArrayRef<RunEnd> {
    // Provided methods
    fn offset(&self) -> usize { ... }
    fn ends(&self) -> &ArrayRef { ... }
    fn values(&self) -> &ArrayRef { ... }
    fn dtype(&self) -> &DType { ... }
    fn find_physical_index(&self, index: usize) -> VortexResult<usize> { ... }
}

Provided Methods§

Source

fn offset(&self) -> usize

Source

fn ends(&self) -> &ArrayRef

Source

fn values(&self) -> &ArrayRef

Source

fn dtype(&self) -> &DType

Source

fn find_physical_index(&self, index: usize) -> VortexResult<usize>

Implementors§