Function as_int64_array

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