| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.window |
| Modifier and Type | Method and Description |
|---|---|
FrameInfo |
WindowFunctionDefinition.getFrameInfo() |
| Modifier and Type | Method and Description |
|---|---|
static WindowFunctionDefinition |
WindowFunctionDefinition.window(WindowFunctionSupplier functionSupplier,
Type type,
FrameInfo frameInfo,
Integer... inputs) |
static WindowFunctionDefinition |
WindowFunctionDefinition.window(WindowFunctionSupplier functionSupplier,
Type type,
FrameInfo frameInfo,
List<Integer> inputs) |
| Modifier and Type | Method and Description |
|---|---|
FrameInfo |
FramedWindowFunction.getFrame() |
| Constructor and Description |
|---|
FramedWindowFunction(WindowFunction windowFunction,
FrameInfo frameInfo) |
Copyright © 2012–2019. All rights reserved.