| Package | Description |
|---|---|
| com.facebook.presto.sql.parser | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
Statement |
SqlParser.createStatement(String sql)
Deprecated.
|
Statement |
SqlParser.createStatement(String sql,
ParsingOptions parsingOptions) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
Prepare.getStatement() |
Statement |
Explain.getStatement() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitStatement(Statement node,
C context) |
| Constructor and Description |
|---|
Explain(NodeLocation location,
boolean analyze,
boolean verbose,
Statement statement,
List<ExplainOption> options) |
Explain(Statement statement,
boolean analyze,
boolean verbose,
List<ExplainOption> options) |
Prepare(Identifier name,
Statement statement) |
Prepare(NodeLocation location,
Identifier name,
Statement statement) |
Copyright © 2012–2023. All rights reserved.