max_f32

Function max_f32 

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

Returns the maximum of a f32 slice.