| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
static Table |
QueryUtil.table(QualifiedName name) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Delete.getTable() |
Table |
RefreshMaterializedView.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitTable(Table node,
C context) |
| Constructor and Description |
|---|
Delete(NodeLocation location,
Table table,
Optional<Expression> where) |
Delete(Table table,
Optional<Expression> where) |
RefreshMaterializedView(NodeLocation location,
Table target,
Expression where) |
RefreshMaterializedView(Table target,
Expression where) |
Copyright © 2012–2023. All rights reserved.