vortex_array::iter

Trait ArrayIteratorExt

Source
pub trait ArrayIteratorExt: ArrayIterator {
    // Provided methods
    fn into_stream(self) -> impl ArrayStream
       where Self: Sized { ... }
    fn try_into_chunked(self) -> VortexResult<ChunkedArray>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn into_stream(self) -> impl ArrayStream
where Self: Sized,

Source

fn try_into_chunked(self) -> VortexResult<ChunkedArray>
where Self: Sized,

Implementors§