Class SparkReduceByOperator<Type,KeyType>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkReduceByOperator<Type,KeyType> extends ReduceByOperator<Type,KeyType> implements SparkExecutionOperator
Spark implementation of the ReduceByOperator.
See Also: