arrow_array::iterator

Type Alias 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 */ }