Class OuterJoinNode

    • Constructor Detail

      • OuterJoinNode

        public OuterJoinNode​(org.apache.flink.api.common.operators.base.OuterJoinOperatorBase<?,​?,​?,​?> operator)
        Creates a new two input node for the optimizer plan, representing the given operator.
        Parameters:
        operator - The operator that the optimizer DAG node should represent.