Package io.trino.operator.window
Class ReflectionWindowFunctionSupplier
java.lang.Object
io.trino.operator.window.ReflectionWindowFunctionSupplier
- All Implemented Interfaces:
WindowFunctionSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionWindowFunctionSupplier(int argumentCount, Class<? extends WindowFunction> type) -
Method Summary
Modifier and TypeMethodDescriptioncreateWindowFunction(boolean ignoreNulls, List<Supplier<Object>> lambdaProviders)
-
Constructor Details
-
ReflectionWindowFunctionSupplier
-
-
Method Details
-
getLambdaInterfaces
- Specified by:
getLambdaInterfacesin interfaceWindowFunctionSupplier
-
createWindowFunction
public WindowFunction createWindowFunction(boolean ignoreNulls, List<Supplier<Object>> lambdaProviders) - Specified by:
createWindowFunctionin interfaceWindowFunctionSupplier
-