PObject round(类似于math.round)算子 Args: n: 小数点后面保留的位数 Returns: PObject >>> _p1 = _pipeline.parallelize(1.2) >>> print _p1.round().get() 1
(self, n=0)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected