| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
ExplainType.Type |
ExplainType.getType() |
static ExplainType.Type |
ExplainType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplainType.Type[] |
ExplainType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExplainType(ExplainType.Type type) |
ExplainType(NodeLocation location,
ExplainType.Type type) |
Copyright © 2012–2023. All rights reserved.