Class InputProperty.HashDistribution
java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.RequiredDistribution
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.HashDistribution
- Enclosing class:
- InputProperty
The input will read the records whose keys hash to a particular hash value. A given record
appears on exactly one parallelism.
-
Method Summary
Methods inherited from class org.apache.flink.table.planner.plan.nodes.exec.InputProperty.RequiredDistribution
getType
-
Method Details
-
getKeys
public int[] getKeys() -
equals
- Overrides:
equalsin classInputProperty.RequiredDistribution
-
hashCode
public int hashCode()- Overrides:
hashCodein classInputProperty.RequiredDistribution
-
toString
- Overrides:
toStringin classInputProperty.RequiredDistribution
-