Type Alias arrow::array::iterator::MapArrayIter
source · pub type MapArrayIter<'a> = ArrayIter<&'a MapArray>;
Expand description
an iterator that returns Some(T) or None, that can be used on any MapArray
Aliased Type§
struct MapArrayIter<'a> { /* private fields */ }