Class SparkDistinctOperator<Type>

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

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