Trait vortex_array::ArrayTrait

source ·
pub trait ArrayTrait:
    AsRef<ArrayData>
    + ArrayEncodingRef
    + ArrayDType
    + ArrayLen
    + ArrayNBytes
    + IntoCanonical
    + ArrayValidity
    + ArrayStatistics { }
Expand description

Collects together the behavior of an array.

Implementors§