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

Method map

bigflow_python/python/bigflow/pcollection.py:178–195  ·  view source on GitHub ↗

对所有元素进行一对一映射变换,等同于 :func:`bigflow.transforms.map(self, fn, *side_inputs, **options) ` Args: fn (function): 变换函数 *side_inputs: 参与运算的SideInputs **options: 可配置选项 Returns: PCollection: 变换结果

(self, fn, *side_inputs, **options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

transform_from_nodeMethod · 0.95
transform_from_nodeMethod · 0.95
as_schemaMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected