Package io.trino.sql.tree
Class DescribeOutput
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- io.trino.sql.tree.DescribeOutput
-
public class DescribeOutput extends Statement
-
-
Constructor Summary
Constructors Constructor Description DescribeOutput(Identifier name)
DescribeOutput(NodeLocation location, Identifier name)
-
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.boolean
equals(Object obj)
List<Node>
getChildren()
Identifier
getName()
int
hashCode()
String
toString()
-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
DescribeOutput
public DescribeOutput(NodeLocation location, Identifier name)
-
DescribeOutput
public DescribeOutput(Identifier name)
-
-
Method Detail
-
getName
public Identifier getName()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:Node
Accessible forAstVisitor
, useAstVisitor.process(Node, Object)
instead.
-
getChildren
public List<Node> getChildren()
- Specified by:
getChildren
in classNode
-
-