pub fn hash_join_u32(left: &[u32], right: &[u32]) -> Vec<(usize, usize)>
Hash join returning (left_idx, right_idx) pairs.