对于输入PCollection,返回其是否为空 Args: pcollection (PCollection): 输入PCollection Returns: PObject: 表示返回结果的PObject >>> from bigflow import transforms >>> a = _pipeline.parallelize([1, 2, 3, 4]) >>> transforms.is_empty(a).get() False >>> b = _pipeline.paralleliz
(pcollection)
source not stored for this graph (policy: none)