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

public static class InputProperty.HashDistribution extends InputProperty.RequiredDistribution
The input will read the records whose keys hash to a particular hash value. A given record appears on exactly one parallelism.