Type Definition arrow2::io::parquet::read::ArrayIter

source · []
pub type ArrayIter<'a> = Box<dyn Iterator<Item = Result<Box<dyn Array>>> + Send + Sync + 'a>;
Available on crate feature io_parquet only.
Expand description

Type def for a sharable, boxed dyn Iterator of arrays