Package io.trino.sql.planner.plan
Class ExplainAnalyzeNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.ExplainAnalyzeNode
-
Constructor Summary
ConstructorsConstructorDescriptionExplainAnalyzeNode(PlanNodeId id, PlanNode source, Symbol outputSymbol, List<Symbol> actualOutputs, boolean verbose) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) booleanreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
ExplainAnalyzeNode
public ExplainAnalyzeNode(PlanNodeId id, PlanNode source, Symbol outputSymbol, List<Symbol> actualOutputs, boolean verbose)
-
-
Method Details
-
getOutputSymbol
-
getActualOutputs
-
getSource
-
isVerbose
public boolean isVerbose() -
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSources
- Specified by:
getSourcesin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-