Class NestedLoopLeftOuterJoinResultSet

    • Field Detail

      • wasRightOuterJoin

        private boolean wasRightOuterJoin
      • matchRight

        private boolean matchRight
      • returnedEmptyRight

        private boolean returnedEmptyRight
      • rightEmptyRow

        private ExecRow rightEmptyRow
      • emptyRightRowsReturned

        public int emptyRightRowsReturned
    • Constructor Detail

      • NestedLoopLeftOuterJoinResultSet

        NestedLoopLeftOuterJoinResultSet​(NoPutResultSet leftResultSet,
                                         int leftNumCols,
                                         NoPutResultSet rightResultSet,
                                         int rightNumCols,
                                         Activation activation,
                                         GeneratedMethod restriction,
                                         int resultSetNumber,
                                         GeneratedMethod emptyRowFun,
                                         boolean wasRightOuterJoin,
                                         boolean oneRowRightSide,
                                         boolean notExistsRightSide,
                                         double optimizerEstimatedRowCount,
                                         double optimizerEstimatedCost,
                                         java.lang.String userSuppliedOptimizerOverrides)