pub fn array_to_native_iter<A, T>(
array: &dyn Array,
) -> Result<impl Iterator<Item = Option<T>>>Expand description
Directly converts an arrow PrimitiveArray to a rust primitive type
ยงErrors
Returns an error if the array cannot be cast to the target arrow type.