Uses of Class
io.trino.operator.WindowFunctionDefinition
-
Packages that use WindowFunctionDefinition Package Description io.trino.operator -
-
Uses of WindowFunctionDefinition in io.trino.operator
Methods in io.trino.operator that return WindowFunctionDefinition Modifier and Type Method Description static WindowFunctionDefinitionWindowFunctionDefinition. window(WindowFunctionSupplier functionSupplier, Type type, boolean ignoreNulls, List<LambdaProvider> lambdaProviders, List<Integer> inputs)Create a WindowFunctionDefinition without the FrameInfo.static WindowFunctionDefinitionWindowFunctionDefinition. window(WindowFunctionSupplier functionSupplier, Type type, FrameInfo frameInfo, boolean ignoreNulls, List<LambdaProvider> lambdaProviders, Integer... inputs)static WindowFunctionDefinitionWindowFunctionDefinition. window(WindowFunctionSupplier functionSupplier, Type type, FrameInfo frameInfo, boolean ignoreNulls, List<LambdaProvider> lambdaProviders, List<Integer> inputs)
-