Type Alias polars::prelude::RowGroupIter

source ·
pub type RowGroupIter<'a, E> = DynIter<'a, Result<DynStreamingIterator<'a, CompressedPage, E>, E>>;
Available on crate feature polars-io only.

Aliased Type§

struct RowGroupIter<'a, E> { /* private fields */ }