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

Method min

bigflow_python/python/bigflow/pcollection.py:318–334  ·  view source on GitHub ↗

取最小元素, 等同于 :func:`bigflow.transforms.min(self, key) ` Args: key (function, optional): 用于提取key的函数,与Python内置``min()``中的 ``key`` 参数相同 **options: 可配置选项 Returns: PObject: 最小元素 >>> p.parallelize([3

(self, key=None, **options)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

minFunction · 0.80
_select_elements_intFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected