Type Definition arrow::array::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