Package io.trino.operator.window
Interface WindowFunctionSupplier
-
- All Known Implementing Classes:
AggregationWindowFunctionSupplier,ReflectionWindowFunctionSupplier
public interface WindowFunctionSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowFunctioncreateWindowFunction(boolean ignoreNulls, List<LambdaProvider> lambdaProviders)List<Class<?>>getLambdaInterfaces()
-
-
-
Method Detail
-
createWindowFunction
WindowFunction createWindowFunction(boolean ignoreNulls, List<LambdaProvider> lambdaProviders)
-
-