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