Class InputProperty.KeepInputAsIsDistribution
java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.RequiredDistribution
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.KeepInputAsIsDistribution
- Enclosing class:
- InputProperty
public static class InputProperty.KeepInputAsIsDistribution
extends InputProperty.RequiredDistribution
A special distribution which indicators the data distribution is the same as its input. '
TODO This class can be removed once FLINK-21224 is finished.
-
Method Summary
Methods inherited from class org.apache.flink.table.planner.plan.nodes.exec.InputProperty.RequiredDistribution
getType
-
Method Details
-
getInputDistribution
-
isStrict
public boolean isStrict() -
equals
- Overrides:
equalsin classInputProperty.RequiredDistribution
-
hashCode
public int hashCode()- Overrides:
hashCodein classInputProperty.RequiredDistribution
-
toString
- Overrides:
toStringin classInputProperty.RequiredDistribution
-