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

Function extract_values

bigflow_python/python/bigflow/transforms.py:306–332  ·  view source on GitHub ↗

提取给定PTable中所有的value Args: ptable (PTable): 输入PTable **options: 可配置选项 Returns: PCollection: 所有的value,以PCollection给出 >>> from bigflow import transforms >>> _p = _pipeline.parallelize({"A": [2, 3], "B": [4, 5]}) >>> transforms.extract_values(_p).get()

(ptable, **options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

extract_valuesMethod · 0.80

Tested by

no test coverage detected