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