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