Function as_float64_array

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