| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplainFormat |
class |
ExplainType |
| Modifier and Type | Method and Description |
|---|---|
List<ExplainOption> |
Explain.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitExplainOption(ExplainOption 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) |
Copyright © 2012–2023. All rights reserved.