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