Package io.trino.operator.window
Class AggregationWindowFunctionSupplier
java.lang.Object
io.trino.operator.window.AggregationWindowFunctionSupplier
- All Implemented Interfaces:
WindowFunctionSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationWindowFunctionSupplier(BoundSignature boundSignature, AggregationImplementation aggregationImplementation, FunctionNullability functionNullability) -
Method Summary
Modifier and TypeMethodDescriptioncreateWindowAccumulator(List<Supplier<Object>> lambdaProviders) createWindowFunction(boolean ignoreNulls, List<Supplier<Object>> lambdaProviders)
-
Constructor Details
-
AggregationWindowFunctionSupplier
public AggregationWindowFunctionSupplier(BoundSignature boundSignature, AggregationImplementation aggregationImplementation, FunctionNullability functionNullability)
-
-
Method Details
-
getLambdaInterfaces
- Specified by:
getLambdaInterfacesin interfaceWindowFunctionSupplier
-
createWindowFunction
public WindowFunction createWindowFunction(boolean ignoreNulls, List<Supplier<Object>> lambdaProviders) - Specified by:
createWindowFunctionin interfaceWindowFunctionSupplier
-
createWindowAccumulator
-