| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnDefinition |
class |
LikeClause |
| Modifier and Type | Method and Description |
|---|---|
List<TableElement> |
CreateTable.getElements() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitTableElement(TableElement node,
C context) |
| Constructor and Description |
|---|
CreateTable(NodeLocation location,
QualifiedName name,
List<TableElement> elements,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
CreateTable(QualifiedName name,
List<TableElement> elements,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
Copyright © 2012–2023. All rights reserved.