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

Method cartesian

bigflow_python/python/bigflow/pobject.py:262–285  ·  view source on GitHub ↗

求当前算子与pvalues的笛卡尔积。 等价于 :func:`bigflow.transforms.cartesian(self, *pvalues, **options) ` Args: *pvalues (PObject/PCollection) Returns: PCollection: 此PObject与所有参数的笛卡尔积。结果PCollection中的每条记录是一个tuple。 每个tuple的

(self, *pvalues, **options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

_ret_dict_handlerFunction · 0.45
_ret_tuple_handlerFunction · 0.45
cartesianFunction · 0.45
aggFunction · 0.45
make_tupleFunction · 0.45
test_serdeMethod · 0.45
check_cartesianMethod · 0.45
test_with_side_inputMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_serdeMethod · 0.36
check_cartesianMethod · 0.36
test_with_side_inputMethod · 0.36