pub fn range_f64( data: &[f64], mask: Option<&Bitmask>, null_count: Option<usize>, ) -> Option<(f64, f64)>
Returns the (min, max) of a f64 slice.
f64