Type Alias arrow::array::GenericListArrayIter

source ·
pub type GenericListArrayIter<'a, O> = ArrayIter<&'a GenericListArray<O>>;
Expand description

an iterator that returns Some(T) or None, that can be used on any ListArray

Aliased Type§

struct GenericListArrayIter<'a, O> { /* private fields */ }