Class Difference

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

public class Difference extends BinaryTupleOperator
The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.
See Also: