将元素与其他PCollection/PObject中的所有元素共同构成PCollection 等同于 ``transforms.union(self, other, *others)`` Args: other (PCollection or PObject): 其他PCollection/PObject *others: 其他PCollection/PObject Returns: PCollection: 表示结果的PCollection
(self, other, *others, **option)
source not stored for this graph (policy: none)