PObject ceil(类似于math.ceil)算子 Returns: PObject >>> _p1 = _pipeline.parallelize(1.2) >>> print _p1.ceil().get() 2
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected