Function as_int32_array

Source
pub fn as_int32_array(
    array: &dyn Array,
) -> Result<&PrimitiveArray<Int32Type>, DataFusionError>