Class SortMergeRightOuterJoinDescriptor
- java.lang.Object
-
- org.apache.flink.optimizer.operators.OperatorDescriptorDual
-
- org.apache.flink.optimizer.operators.AbstractJoinDescriptor
-
- org.apache.flink.optimizer.operators.AbstractSortMergeJoinDescriptor
-
- org.apache.flink.optimizer.operators.SortMergeRightOuterJoinDescriptor
-
- All Implemented Interfaces:
AbstractOperatorDescriptor
public class SortMergeRightOuterJoinDescriptor extends AbstractSortMergeJoinDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.optimizer.operators.OperatorDescriptorDual
OperatorDescriptorDual.GlobalPropertiesPair, OperatorDescriptorDual.LocalPropertiesPair
-
-
Field Summary
-
Fields inherited from class org.apache.flink.optimizer.operators.OperatorDescriptorDual
keys1, keys2
-
-
Constructor Summary
Constructors Constructor Description SortMergeRightOuterJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1, org.apache.flink.api.common.operators.util.FieldList keys2)SortMergeRightOuterJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1, org.apache.flink.api.common.operators.util.FieldList keys2, boolean broadcastAllowed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetNodeName()org.apache.flink.runtime.operators.DriverStrategygetStrategy()Gets the runtime strategy to be executed by this operator.-
Methods inherited from class org.apache.flink.optimizer.operators.AbstractSortMergeJoinDescriptor
areCoFulfilled, computeLocalProperties, createPossibleLocalProperties, instantiate
-
Methods inherited from class org.apache.flink.optimizer.operators.AbstractJoinDescriptor
areCompatible, computeGlobalProperties, createPossibleGlobalProperties, setCustomPartitioner
-
Methods inherited from class org.apache.flink.optimizer.operators.OperatorDescriptorDual
checkEquivalentFieldPositionsInKeyFields, checkEquivalentFieldPositionsInKeyFields, checkSameOrdering, checkSameOrdering, getPossibleGlobalProperties, getPossibleLocalProperties
-
-
-
-
Constructor Detail
-
SortMergeRightOuterJoinDescriptor
public SortMergeRightOuterJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1, org.apache.flink.api.common.operators.util.FieldList keys2)
-
SortMergeRightOuterJoinDescriptor
public SortMergeRightOuterJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1, org.apache.flink.api.common.operators.util.FieldList keys2, boolean broadcastAllowed)
-
-
Method Detail
-
getStrategy
public org.apache.flink.runtime.operators.DriverStrategy getStrategy()
Description copied from interface:AbstractOperatorDescriptorGets the runtime strategy to be executed by this operator.- Returns:
- The runtime strategy.
-
getNodeName
protected String getNodeName()
- Specified by:
getNodeNamein classAbstractSortMergeJoinDescriptor
-
-