MCPcopy Create free account
hub / github.com/baidu/bigflow / diff

Function diff

bigflow_python/python/bigflow/transforms.py:1187–1206  ·  view source on GitHub ↗

对于给定的PCollection1和PCollection2,返回两者不相同的元素 Args: pcollection1 (PCollection): 输入1 pcollection2 (PCollection): 输入2 Returns: PCollection: 表示差异的PCollection >>> from bigflow import transforms >>> a = _pipeline.parallelize([1, 1, 2, 3]) >>> b = _pipeline.par

(pcollection1, pcollection2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

diffMethod · 0.80

Tested by

no test coverage detected