range_f32

Function range_f32 

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

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