| Package | Description |
|---|---|
| io.prestosql.metadata | |
| io.prestosql.operator | |
| io.prestosql.operator.window |
| Modifier and Type | Method and Description |
|---|---|
WindowFunctionSupplier |
FunctionRegistry.getWindowFunctionImplementation(Signature signature) |
| 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 | Class and Description |
|---|---|
class |
AbstractWindowFunctionSupplier |
class |
ReflectionWindowFunctionSupplier<T extends WindowFunction> |
| Modifier and Type | Method and Description |
|---|---|
WindowFunctionSupplier |
SqlWindowFunction.specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
static WindowFunctionSupplier |
AggregateWindowFunction.supplier(Signature signature,
InternalAggregationFunction function) |
| Constructor and Description |
|---|
SqlWindowFunction(WindowFunctionSupplier supplier) |
Copyright © 2012–2019. All rights reserved.