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