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