| Package | Description |
|---|---|
| org.apache.flink.api.common.operators.base |
| Modifier and Type | Method and Description |
|---|---|
OuterJoinOperatorBase.OuterJoinType |
OuterJoinOperatorBase.getOuterJoinType() |
static OuterJoinOperatorBase.OuterJoinType |
OuterJoinOperatorBase.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OuterJoinOperatorBase.setOuterJoinType(OuterJoinOperatorBase.OuterJoinType outerJoinType) |
| Constructor and Description |
|---|
OuterJoinOperatorBase(Class<? extends FT> udf,
BinaryOperatorInformation<IN1,IN2,OUT> operatorInfo,
int[] keyPositions1,
int[] keyPositions2,
String name,
OuterJoinOperatorBase.OuterJoinType outerJoinType) |
OuterJoinOperatorBase(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) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.