public class HashLeftOuterJoinBuildSecondDescriptor extends AbstractJoinDescriptor
OperatorDescriptorDual.GlobalPropertiesPair, OperatorDescriptorDual.LocalPropertiesPairkeys1, keys2| 构造器和说明 |
|---|
HashLeftOuterJoinBuildSecondDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2,
boolean broadcastSecondAllowed,
boolean repartitionAllowed) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
areCoFulfilled(RequestedLocalProperties requested1,
RequestedLocalProperties requested2,
LocalProperties produced1,
LocalProperties produced2) |
LocalProperties |
computeLocalProperties(LocalProperties in1,
LocalProperties in2) |
protected List<OperatorDescriptorDual.LocalPropertiesPair> |
createPossibleLocalProperties() |
org.apache.flink.runtime.operators.DriverStrategy |
getStrategy()
Gets the runtime strategy to be executed by this operator.
|
DualInputPlanNode |
instantiate(Channel in1,
Channel in2,
TwoInputNode node) |
areCompatible, computeGlobalProperties, createPossibleGlobalProperties, setCustomPartitionercheckEquivalentFieldPositionsInKeyFields, checkEquivalentFieldPositionsInKeyFields, checkSameOrdering, checkSameOrdering, getPossibleGlobalProperties, getPossibleLocalPropertiespublic HashLeftOuterJoinBuildSecondDescriptor(org.apache.flink.api.common.operators.util.FieldList keys1,
org.apache.flink.api.common.operators.util.FieldList keys2,
boolean broadcastSecondAllowed,
boolean repartitionAllowed)
public org.apache.flink.runtime.operators.DriverStrategy getStrategy()
AbstractOperatorDescriptorprotected List<OperatorDescriptorDual.LocalPropertiesPair> createPossibleLocalProperties()
public boolean areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)
areCoFulfilled 在类中 OperatorDescriptorDualpublic DualInputPlanNode instantiate(Channel in1, Channel in2, TwoInputNode node)
instantiate 在类中 OperatorDescriptorDualpublic LocalProperties computeLocalProperties(LocalProperties in1, LocalProperties in2)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.