Type Definition arrow_array::iterator::GenericBinaryIter

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

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