max_f64

Function max_f64 

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

Returns the maximum of a f64 slice.