Class SparkGlobalReduceOperator<Type>

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

public class SparkGlobalReduceOperator<Type> extends GlobalReduceOperator<Type> implements SparkExecutionOperator
Spark implementation of the GlobalReduceOperator.
See Also: