Type Definition arrow_array::iterator::PrimitiveIter

source ·
pub type PrimitiveIter<'a, T> = ArrayIter<&'a PrimitiveArray<T>>;
Expand description

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