Package io.prestosql.sql.tree
Class Table
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.Relation
-
- io.prestosql.sql.tree.QueryBody
-
- io.prestosql.sql.tree.Table
-
public class Table extends QueryBody
-
-
Constructor Summary
Constructors Constructor Description Table(NodeLocation location, QualifiedName name)Table(QualifiedName 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.booleanequals(java.lang.Object o)java.util.List<Node>getChildren()QualifiedNamegetName()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.prestosql.sql.tree.Node
getLocation
-
-
-
-
Constructor Detail
-
Table
public Table(QualifiedName name)
-
Table
public Table(NodeLocation location, QualifiedName name)
-
-
Method Detail
-
getName
public QualifiedName getName()
-
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 java.util.List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-