Class FlinkGlobalReduceOperator<Type>

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

public class FlinkGlobalReduceOperator<Type> extends GlobalReduceOperator<Type> implements FlinkExecutionOperator
Flink implementation of the GlobalReduceOperator.
See Also: