Package io.trino.sql.planner.plan
Class ProjectNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.ProjectNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) booleanreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
ProjectNode
-
-
Method Details
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getAssignments
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getSource
-
isIdentity
public boolean isIdentity() -
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-