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