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