range_f64

Function range_f64 

Source
pub fn range_f64(
    data: &[f64],
    mask: Option<&Bitmask>,
    null_count: Option<usize>,
) -> Option<(f64, f64)>
Expand description

Returns the (min, max) of a f64 slice.