Trait vortex::iter::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§