| Package | Description |
|---|---|
| com.facebook.presto.sql | |
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
String |
ExpressionFormatter.Formatter.visitWindow(Window node,
Void context) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Window> |
FunctionCall.getWindow() |
| Modifier and Type | Method and Description |
|---|---|
R |
DefaultTraversalVisitor.visitWindow(Window node,
C context) |
protected R |
AstVisitor.visitWindow(Window node,
C context) |
| Constructor and Description |
|---|
FunctionCall(NodeLocation location,
QualifiedName name,
Optional<Window> window,
Optional<Expression> filter,
Optional<OrderBy> orderBy,
boolean distinct,
boolean ignoreNulls,
List<Expression> arguments) |
FunctionCall(NodeLocation location,
QualifiedName name,
Optional<Window> window,
Optional<Expression> filter,
Optional<OrderBy> orderBy,
boolean distinct,
List<Expression> arguments) |
FunctionCall(QualifiedName name,
Optional<Window> window,
boolean distinct,
boolean ignoreNulls,
List<Expression> arguments) |
FunctionCall(QualifiedName name,
Optional<Window> window,
Optional<Expression> filter,
Optional<OrderBy> orderBy,
boolean distinct,
boolean ignoreNulls,
List<Expression> arguments) |
FunctionCall(QualifiedName name,
Optional<Window> window,
Optional<Expression> filter,
Optional<OrderBy> orderBy,
boolean distinct,
List<Expression> arguments) |
Copyright © 2012–2023. All rights reserved.