| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpressionFormatter.Formatter.visitWindowFrame(WindowFrame node,
Void context) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowFrame> |
Window.getFrame() |
| Modifier and Type | Method and Description |
|---|---|
R |
DefaultTraversalVisitor.visitWindowFrame(WindowFrame node,
C context) |
protected R |
AstVisitor.visitWindowFrame(WindowFrame node,
C context) |
| Constructor and Description |
|---|
Window(List<Expression> partitionBy,
Optional<OrderBy> orderBy,
Optional<WindowFrame> frame) |
Window(NodeLocation location,
List<Expression> partitionBy,
Optional<OrderBy> orderBy,
Optional<WindowFrame> frame) |
Copyright © 2012–2023. All rights reserved.