Uses of Interface
io.trino.operator.window.WindowFunctionSupplier
-
Packages that use WindowFunctionSupplier Package Description io.trino.metadata io.trino.operator io.trino.operator.window -
-
Uses of WindowFunctionSupplier in io.trino.metadata
Methods in io.trino.metadata that return WindowFunctionSupplier Modifier and Type Method Description WindowFunctionSupplierFunctionRegistry. getWindowFunctionImplementation(FunctionBinding functionBinding, FunctionDependencies functionDependencies)WindowFunctionSupplierMetadata. getWindowFunctionImplementation(ResolvedFunction resolvedFunction)WindowFunctionSupplierMetadataManager. getWindowFunctionImplementation(ResolvedFunction resolvedFunction) -
Uses of WindowFunctionSupplier in io.trino.operator
Methods in io.trino.operator with parameters of type WindowFunctionSupplier 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) -
Uses of WindowFunctionSupplier in io.trino.operator.window
Classes in io.trino.operator.window that implement WindowFunctionSupplier Modifier and Type Class Description classAbstractWindowFunctionSupplierclassReflectionWindowFunctionSupplier<T extends WindowFunction>Methods in io.trino.operator.window that return WindowFunctionSupplier Modifier and Type Method Description WindowFunctionSupplierSqlWindowFunction. specialize(FunctionBinding functionBinding)WindowFunctionSupplierSqlWindowFunction. specialize(FunctionBinding functionBinding, FunctionDependencies functionDependencies)static WindowFunctionSupplierAggregateWindowFunction. supplier(Signature signature, InternalAggregationFunction function)Constructors in io.trino.operator.window with parameters of type WindowFunctionSupplier Constructor Description SqlWindowFunction(WindowFunctionSupplier supplier, boolean deprecated)
-