Trait vortex_array::nbytes::ArrayNBytes

source ·
pub trait ArrayNBytes {
    // Required method
    fn nbytes(&self) -> usize;
}

Required Methods§

source

fn nbytes(&self) -> usize

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

Implementors§