Class PruneWindowColumns
java.lang.Object
io.trino.sql.planner.iterative.rule.ProjectOffPushDownRule<WindowNode>
io.trino.sql.planner.iterative.rule.PruneWindowColumns
- All Implemented Interfaces:
Rule<ProjectNode>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.sql.planner.iterative.Rule
Rule.Context, Rule.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpushDownProjectOff(Rule.Context context, WindowNode windowNode, Set<Symbol> referencedOutputs) Methods inherited from class io.trino.sql.planner.iterative.rule.ProjectOffPushDownRule
apply, getPattern
-
Constructor Details
-
PruneWindowColumns
public PruneWindowColumns()
-
-
Method Details
-
pushDownProjectOff
protected Optional<PlanNode> pushDownProjectOff(Rule.Context context, WindowNode windowNode, Set<Symbol> referencedOutputs) - Specified by:
pushDownProjectOffin classProjectOffPushDownRule<WindowNode>
-