Type Alias arrow2::io::parquet::read::ArrayIter

source ·
pub type ArrayIter<'a> = Box<dyn Iterator<Item = Result<Box<dyn Array>>> + Send + Sync + 'a>;
Expand description

Type def for a sharable, boxed dyn Iterator of arrays

Aliased Type§

struct ArrayIter<'a>(/* private fields */);