Uses of Class
org.apache.flink.api.common.operators.base.OuterJoinOperatorBase.OuterJoinType
-
Packages that use OuterJoinOperatorBase.OuterJoinType Package Description org.apache.flink.api.common.operators.base -
-
Uses of OuterJoinOperatorBase.OuterJoinType in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return OuterJoinOperatorBase.OuterJoinType Modifier and Type Method Description OuterJoinOperatorBase.OuterJoinTypeOuterJoinOperatorBase. getOuterJoinType()static OuterJoinOperatorBase.OuterJoinTypeOuterJoinOperatorBase.OuterJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static OuterJoinOperatorBase.OuterJoinType[]OuterJoinOperatorBase.OuterJoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common.operators.base with parameters of type OuterJoinOperatorBase.OuterJoinType Modifier and Type Method Description voidOuterJoinOperatorBase. setOuterJoinType(OuterJoinOperatorBase.OuterJoinType outerJoinType)Constructors in org.apache.flink.api.common.operators.base with parameters of type OuterJoinOperatorBase.OuterJoinType Constructor Description OuterJoinOperatorBase(FT udf, BinaryOperatorInformation<IN1,IN2,OUT> operatorInfo, int[] keyPositions1, int[] keyPositions2, String name, OuterJoinOperatorBase.OuterJoinType outerJoinType)OuterJoinOperatorBase(Class<? extends FT> udf, BinaryOperatorInformation<IN1,IN2,OUT> operatorInfo, int[] keyPositions1, int[] keyPositions2, String name, OuterJoinOperatorBase.OuterJoinType outerJoinType)OuterJoinOperatorBase(UserCodeWrapper<FT> udf, BinaryOperatorInformation<IN1,IN2,OUT> operatorInfo, int[] keyPositions1, int[] keyPositions2, String name, OuterJoinOperatorBase.OuterJoinType outerJoinType)
-