Interface OptimizerRules.CoordinatorOnly
- All Superinterfaces:
OptimizerRules.LocalAware<LogicalPlan>
- All Known Implementing Classes:
HoistRemoteEnrichLimit,HoistRemoteEnrichTopN,ReplaceStatsFilteredAggWithEval
- Enclosing class:
OptimizerRules
public static interface OptimizerRules.CoordinatorOnly
extends OptimizerRules.LocalAware<LogicalPlan>
This rule should only be applied on the coordinator plan, not for a local plan.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Rule<LogicalPlan, LogicalPlan> local()the local version of the rule.
-
Method Details
-
local
Description copied from interface:OptimizerRules.LocalAwarethe local version of the rule.nullif the rule should not be applied locally.- Specified by:
localin interfaceOptimizerRules.LocalAware<LogicalPlan>
-