pub fn as_float64_array(
    array: &dyn Array
) -> Result<&Float64Array, DataFusionError>