Trait vortex::ArrayTrait

source ·
pub trait ArrayTrait:
    ArrayEncodingRef
    + ArrayCompute
    + ArrayDType
    + ArrayLen
    + ArrayVariants
    + IntoCanonical
    + ArrayValidity
    + AcceptArrayVisitor
    + ArrayStatistics
    + ArrayStatisticsCompute {
    // Provided method
    fn nbytes(&self) -> usize { ... }
}
Expand description

Collects together the behaviour of an array.

Provided Methods§

source

fn nbytes(&self) -> usize

Implementors§