Class FlinkDistinctOperator<Type>

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

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