| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
AddColumn.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitColumnDefinition(ColumnDefinition node,
C context) |
| Constructor and Description |
|---|
AddColumn(NodeLocation location,
QualifiedName name,
ColumnDefinition column,
boolean tableExists,
boolean columnNotExists) |
AddColumn(QualifiedName name,
ColumnDefinition column,
boolean tableExists,
boolean columnNotExists) |
Copyright © 2012–2023. All rights reserved.