pub fn as_primitive_array<T>(arr: &dyn Array) -> &PrimitiveArray<T> where
    T: ArrowPrimitiveType
Expand description

Force downcast ArrayRef to PrimitiveArray