Type Definition 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
pub type MapArrayIter<'a> = ArrayIter<&'a MapArray>;
an iterator that returns Some(T) or None, that can be used on any MapArray