Class UnionNode

  • All Implemented Interfaces:
    PlanNode

    public class UnionNode
    extends java.lang.Object
    implements PlanNode
    • Field Detail

      • nodesSet

        private final java.util.HashSet<PlanNode> nodesSet
      • stackTrace

        private java.lang.StackTraceElement[] stackTrace
      • printed

        private boolean printed
    • Constructor Detail

      • UnionNode

        private UnionNode​(PlanNode... nodes)