Class IntersectOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkIntersectOperator, JavaIntersectOperator, SparkIntersectOperator

public class IntersectOperator<Type> extends BinaryToUnaryOperator<Type,Type,Type>
This operator returns the set intersection of elements of input datasets.
See Also: