Package io.prestosql.sql.tree
Class Analyze
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.Statement
-
- io.prestosql.sql.tree.Analyze
-
public class Analyze extends Statement
-
-
Constructor Summary
Constructors Constructor Description Analyze(NodeLocation location, QualifiedName tableName, java.util.List<Property> properties)Analyze(QualifiedName tableName, java.util.List<Property> properties)
-
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 obj)java.util.List<? extends Node>getChildren()java.util.List<Property>getProperties()QualifiedNamegetTableName()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.prestosql.sql.tree.Node
getLocation
-
-
-
-
Constructor Detail
-
Analyze
public Analyze(QualifiedName tableName, java.util.List<Property> properties)
-
Analyze
public Analyze(NodeLocation location, QualifiedName tableName, java.util.List<Property> properties)
-
-
Method Detail
-
getTableName
public QualifiedName getTableName()
-
getProperties
public java.util.List<Property> getProperties()
-
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<? extends Node> getChildren()
- Specified by:
getChildrenin classNode
-
-