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

Method combine

bigflow_python/python/bigflow/pcollection.py:112–126  ·  view source on GitHub ↗

等同于 :func:`bigflow.transforms.combine(self, fn) ` Args: fn (callable): 合并函数 **options: 可配置选项 Returns: PObject: 合并结果 >>> _pipeline.parallelize([2, 4, 6, 10]).combine(sum).get() 22

(self, fn, **options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

combineFunction · 0.45
test_combine_add_intMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_combine_add_intMethod · 0.36