Class RelOptUtil.Exists

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Exists​(RelNode r, boolean indicator, boolean outerJoin)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • indicator

        public final boolean indicator
      • outerJoin

        public final boolean outerJoin
    • Constructor Detail

      • Exists

        private Exists​(RelNode r,
                       boolean indicator,
                       boolean outerJoin)