| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Map<Symbol,WindowNode.Function> |
WindowNode.getWindowFunctions() |
| Constructor and Description |
|---|
WindowNode(PlanNodeId id,
PlanNode source,
WindowNode.Specification specification,
Map<Symbol,WindowNode.Function> windowFunctions,
Optional<Symbol> hashSymbol,
Set<Symbol> prePartitionedInputs,
int preSortedOrderPrefix) |
Copyright © 2012–2019. All rights reserved.