Type Definition arrow_array::iterator::GenericBinaryIter

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