Class UnionMergeRule


  • public class UnionMergeRule
    extends RelOptRule
    UnionMergeRule implements the rule for combining two non-distinct SetOps into a single SetOp.

    Originally written for Union (hence the name), but now also applies to Intersect.