Class Intersection

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, TupleExpr, VariableScopeChange

public class Intersection extends BinaryTupleOperator
The INTERSECT set operator, which returns the intersection of the result sets of two tuple expressions.
See Also: