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