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