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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
InputProperty.RequiredDistribution
getInputDistribution()
int
hashCode()
boolean
isStrict()
String
toString()
-
Methods inherited from class org.apache.flink.table.planner.plan.nodes.exec.InputProperty.RequiredDistribution
getType
-
-
-
-
Method Detail
-
getInputDistribution
public InputProperty.RequiredDistribution getInputDistribution()
-
isStrict
public boolean isStrict()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classInputProperty.RequiredDistribution
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classInputProperty.RequiredDistribution
-
toString
public String toString()
- Overrides:
toString
in classInputProperty.RequiredDistribution
-
-