Uses of Class
io.prestosql.operator.WindowFunctionDefinition
-
Packages that use WindowFunctionDefinition Package Description io.prestosql.operator -
-
Uses of WindowFunctionDefinition in io.prestosql.operator
Methods in io.prestosql.operator that return WindowFunctionDefinition Modifier and Type Method Description 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)
-