Home
last modified time | relevance | path

Searched refs:partiallyReduced (Results 1 – 1 of 1) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DRDD.scala1047 val partiallyReduced = mapPartitions(it => Iterator(reducePartition(it))) constant
1059 partiallyReduced.treeAggregate(Option.empty[T])(op, op, depth)