Package io.trino.sql.tree
Class ExplainAnalyze
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- io.trino.sql.tree.ExplainAnalyze
-
public final class ExplainAnalyze extends Statement
-
-
Constructor Summary
Constructors Constructor Description ExplainAnalyze(NodeLocation location, boolean verbose, Statement statement)ExplainAnalyze(Statement statement, boolean verbose)ExplainAnalyze(Optional<NodeLocation> location, Statement statement, boolean verbose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleanequals(Object obj)List<Node>getChildren()StatementgetStatement()inthashCode()booleanisVerbose()StringtoString()-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
ExplainAnalyze
public ExplainAnalyze(Statement statement, boolean verbose)
-
ExplainAnalyze
public ExplainAnalyze(NodeLocation location, boolean verbose, Statement statement)
-
ExplainAnalyze
public ExplainAnalyze(Optional<NodeLocation> location, Statement statement, boolean verbose)
-
-
Method Detail
-
getStatement
public Statement getStatement()
-
isVerbose
public boolean isVerbose()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.
-
getChildren
public List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-