| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpressionFormatter.Formatter.visitFrameBound(FrameBound node,
Void context) |
| Modifier and Type | Method and Description |
|---|---|
FrameBound |
WindowFrame.getStart() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FrameBound> |
WindowFrame.getEnd() |
| Modifier and Type | Method and Description |
|---|---|
R |
DefaultTraversalVisitor.visitFrameBound(FrameBound node,
C context) |
protected R |
AstVisitor.visitFrameBound(FrameBound node,
C context) |
| Constructor and Description |
|---|
WindowFrame(NodeLocation location,
WindowFrame.Type type,
FrameBound start,
Optional<FrameBound> end) |
WindowFrame(WindowFrame.Type type,
FrameBound start,
Optional<FrameBound> end) |
| 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.