Class SparkIntersectOperator<Type>

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

public class SparkIntersectOperator<Type> extends IntersectOperator<Type> implements SparkExecutionOperator
Spark implementation of the JoinOperator.
See Also: