public abstract class AbstractSortMergeJoinDescriptor extends AbstractJoinDescriptor
OperatorDescriptorDual.GlobalPropertiesPair, OperatorDescriptorDual.LocalPropertiesPairkeys1, keys2| Constructor and Description |
|---|
AbstractSortMergeJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2) |
AbstractSortMergeJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2,
boolean broadcastFirstAllowed,
boolean broadcastSecondAllowed,
boolean repartitionAllowed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areCoFulfilled(RequestedLocalProperties requested1,
RequestedLocalProperties requested2,
LocalProperties produced1,
LocalProperties produced2) |
LocalProperties |
computeLocalProperties(LocalProperties in1,
LocalProperties in2) |
protected List<OperatorDescriptorDual.LocalPropertiesPair> |
createPossibleLocalProperties() |
protected abstract String |
getNodeName() |
DualInputPlanNode |
instantiate(Channel in1,
Channel in2,
TwoInputNode node) |
areCompatible, computeGlobalProperties, createPossibleGlobalProperties, setCustomPartitionercheckEquivalentFieldPositionsInKeyFields, checkEquivalentFieldPositionsInKeyFields, checkSameOrdering, checkSameOrdering, getPossibleGlobalProperties, getPossibleLocalPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStrategypublic AbstractSortMergeJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2)
public AbstractSortMergeJoinDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2,
boolean broadcastFirstAllowed,
boolean broadcastSecondAllowed,
boolean repartitionAllowed)
protected List<OperatorDescriptorDual.LocalPropertiesPair> createPossibleLocalProperties()
createPossibleLocalProperties in class OperatorDescriptorDualpublic boolean areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)
areCoFulfilled in class OperatorDescriptorDualpublic DualInputPlanNode instantiate(Channel in1, Channel in2, TwoInputNode node)
instantiate in class OperatorDescriptorDualpublic LocalProperties computeLocalProperties(LocalProperties in1, LocalProperties in2)
computeLocalProperties in class OperatorDescriptorDualprotected abstract String getNodeName()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.