Package io.trino.operator.window
Class AggregationWindowFunctionSupplier
- java.lang.Object
-
- io.trino.operator.window.AggregationWindowFunctionSupplier
-
- All Implemented Interfaces:
WindowFunctionSupplier
public class AggregationWindowFunctionSupplier extends Object implements WindowFunctionSupplier
-
-
Constructor Summary
Constructors Constructor Description AggregationWindowFunctionSupplier(BoundSignature boundSignature, AggregationMetadata aggregationMetadata, FunctionNullability functionNullability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowFunctioncreateWindowFunction(boolean ignoreNulls, List<LambdaProvider> lambdaProviders)List<Class<?>>getLambdaInterfaces()
-
-
-
Constructor Detail
-
AggregationWindowFunctionSupplier
public AggregationWindowFunctionSupplier(BoundSignature boundSignature, AggregationMetadata aggregationMetadata, FunctionNullability functionNullability)
-
-
Method Detail
-
getLambdaInterfaces
public List<Class<?>> getLambdaInterfaces()
- Specified by:
getLambdaInterfacesin interfaceWindowFunctionSupplier
-
createWindowFunction
public WindowFunction createWindowFunction(boolean ignoreNulls, List<LambdaProvider> lambdaProviders)
- Specified by:
createWindowFunctionin interfaceWindowFunctionSupplier
-
-