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