public class FoldBetweenPartitionFunction extends Object implements org.apache.spark.api.java.function.Function2<Integer,Iterator<AtomicLong>,Iterator<Long>>
| Constructor and Description |
|---|
FoldBetweenPartitionFunction(org.apache.spark.broadcast.Broadcast<org.nd4j.common.primitives.Counter<Integer>> broadcastedMaxPerPartitionCounter) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Long> |
call(Integer ind,
Iterator<AtomicLong> partition) |
public FoldBetweenPartitionFunction(org.apache.spark.broadcast.Broadcast<org.nd4j.common.primitives.Counter<Integer>> broadcastedMaxPerPartitionCounter)
Copyright © 2020. All rights reserved.