Class Union

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

public class Union extends BinaryTupleOperator
The UNION set operator, which return the union of the result sets of two tuple expressions.
See Also: