| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
CreateSchema.getChildren() |
List<Property> |
CreateTableAsSelect.getProperties() |
List<Property> |
CreateTable.getProperties() |
List<Property> |
CreateSchema.getProperties() |
List<Property> |
CreateMaterializedView.getProperties() |
List<Property> |
ColumnDefinition.getProperties() |
List<Property> |
Analyze.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultTraversalVisitor.visitProperty(Property node,
C context) |
protected R |
AstVisitor.visitProperty(Property node,
C context) |
| Constructor and Description |
|---|
Analyze(NodeLocation location,
QualifiedName tableName,
List<Property> properties) |
Analyze(QualifiedName tableName,
List<Property> properties) |
ColumnDefinition(Identifier name,
String type,
boolean nullable,
List<Property> properties,
Optional<String> comment) |
ColumnDefinition(NodeLocation location,
Identifier name,
String type,
boolean nullable,
List<Property> properties,
Optional<String> comment) |
CreateMaterializedView(Optional<NodeLocation> location,
QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
CreateMaterializedView(QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
Optional<String> comment) |
CreateSchema(NodeLocation location,
QualifiedName schemaName,
boolean notExists,
List<Property> properties) |
CreateSchema(QualifiedName schemaName,
boolean notExists,
List<Property> properties) |
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) |
CreateTableAsSelect(NodeLocation location,
QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
boolean withData,
Optional<List<Identifier>> columnAliases,
Optional<String> comment) |
CreateTableAsSelect(QualifiedName name,
Query query,
boolean notExists,
List<Property> properties,
boolean withData,
Optional<List<Identifier>> columnAliases,
Optional<String> comment) |
Copyright © 2012–2023. All rights reserved.