Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.InputProperty.KeepInputAsIsDistribution
Packages that use InputProperty.KeepInputAsIsDistribution
-
Uses of InputProperty.KeepInputAsIsDistribution in org.apache.flink.table.planner.plan.nodes.exec
Methods in org.apache.flink.table.planner.plan.nodes.exec that return InputProperty.KeepInputAsIsDistributionModifier and TypeMethodDescriptionInputProperty.keepInputAsIsDistribution(InputProperty.RequiredDistribution inputDistribution, boolean strict) A special distribution which indicators the data distribution is the same as its input.