Trait vortex::stream::ArrayStreamExt

source ·
pub trait ArrayStreamExt: ArrayStream {
    // Provided methods
    fn collect_chunked(self) -> impl Future<Output = VortexResult<ChunkedArray>>
       where Self: Sized { ... }
    fn take_rows(self, indices: Array) -> VortexResult<impl ArrayStream>
       where Self: Sized { ... }
}

Provided Methods§

source

fn collect_chunked(self) -> impl Future<Output = VortexResult<ChunkedArray>>
where Self: Sized,

source

fn take_rows(self, indices: Array) -> VortexResult<impl ArrayStream>
where Self: Sized,

Implementors§