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