Class PruneEnforceSingleRowColumns
java.lang.Object
io.trino.sql.planner.iterative.rule.ProjectOffPushDownRule<EnforceSingleRowNode>
io.trino.sql.planner.iterative.rule.PruneEnforceSingleRowColumns
- 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, EnforceSingleRowNode enforceSingleRowNode, Set<Symbol> referencedOutputs) Methods inherited from class io.trino.sql.planner.iterative.rule.ProjectOffPushDownRule
apply, getPattern
-
Constructor Details
-
PruneEnforceSingleRowColumns
public PruneEnforceSingleRowColumns()
-
-
Method Details
-
pushDownProjectOff
protected Optional<PlanNode> pushDownProjectOff(Rule.Context context, EnforceSingleRowNode enforceSingleRowNode, Set<Symbol> referencedOutputs) - Specified by:
pushDownProjectOffin classProjectOffPushDownRule<EnforceSingleRowNode>
-