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