pub fn arrow_array_deserialize_iterator<T>(
arr: &dyn Array,
) -> Result<impl Iterator<Item = T> + '_, ArrowError>where
T: ArrowDeserialize + ArrowField<Type = T> + 'static,
<T as ArrowDeserialize>::ArrayType: ArrowArrayIterable,Expand description
Return an iterator that deserializes an Array to an element of type T