Trait vortex::iter::ArrayIterator

source ·
pub trait ArrayIterator: Iterator<Item = VortexResult<Array>> {
    // Required method
    fn dtype(&self) -> &DType;
}
Expand description

A stream of array chunks along with a DType. Analogous to Arrow’s RecordBatchReader.

Required Methods§

source

fn dtype(&self) -> &DType

Implementors§