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