与其他PCollection做左连接操作,等同于 :func:`bigflow.transforms.left_join(self, other, *others) ` Args: other (PCollection): 做连接操作的PCollection *others: 更多的PCollection Returns: PCollection: 左连接结果 >>>
(self, other, *others, **options)
source not stored for this graph (policy: none)
no outgoing calls