vortex_array

Trait ArrayTrait

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

Collects together the behavior of an array.

Provided Methods§

Source

fn nbytes(&self) -> usize

Total size of the array in bytes, including all children and buffers.

Implementors§