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