Class PushFilterThroughBoolOrAggregation.PushFilterThroughBoolOrAggregationWithProject
java.lang.Object
io.trino.sql.planner.iterative.rule.PushFilterThroughBoolOrAggregation.PushFilterThroughBoolOrAggregationWithProject
- All Implemented Interfaces:
Rule<FilterNode>
- Enclosing class:
PushFilterThroughBoolOrAggregation
public static final class PushFilterThroughBoolOrAggregation.PushFilterThroughBoolOrAggregationWithProject
extends Object
implements Rule<FilterNode>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.sql.planner.iterative.Rule
Rule.Context, Rule.Result -
Constructor Summary
ConstructorsConstructorDescriptionPushFilterThroughBoolOrAggregationWithProject(PlannerContext plannerContext) -
Method Summary
Modifier and TypeMethodDescriptionapply(FilterNode node, Captures captures, Rule.Context context) Returns a pattern to which plan nodes this rule applies.
-
Constructor Details
-
PushFilterThroughBoolOrAggregationWithProject
-
-
Method Details
-
getPattern
Description copied from interface:RuleReturns a pattern to which plan nodes this rule applies.- Specified by:
getPatternin interfaceRule<FilterNode>
-
apply
- Specified by:
applyin interfaceRule<FilterNode>
-