Type Alias arrow2::io::parquet::read::NestedArrayIter

source ·
pub type NestedArrayIter<'a> = Box<dyn Iterator<Item = Result<(NestedState, Box<dyn Array>)>> + Send + Sync + 'a>;
Expand description

Type def for a sharable, boxed dyn Iterator of NestedStates and arrays

Aliased Type§

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