Class SqlSetOperator


public class SqlSetOperator extends SqlBinaryOperator
SqlSetOperator represents a relational set theory operator (UNION, INTERSECT, MINUS). These are binary operators, but with an extra boolean attribute tacked on for whether to remove duplicates (e.g. UNION ALL does not remove duplicates).