Uses of Interface
io.trino.spi.function.FunctionDependencies
Packages that use FunctionDependencies
-
Uses of FunctionDependencies in io.trino.spi.function
Methods in io.trino.spi.function with parameters of type FunctionDependenciesModifier and TypeMethodDescriptiondefault AggregationImplementationFunctionProvider.getAggregationImplementation(FunctionId functionId, BoundSignature boundSignature, FunctionDependencies functionDependencies) default ScalarFunctionImplementationFunctionProvider.getScalarFunctionImplementation(FunctionId functionId, BoundSignature boundSignature, FunctionDependencies functionDependencies, InvocationConvention invocationConvention) default WindowFunctionSupplierFunctionProvider.getWindowFunctionSupplier(FunctionId functionId, BoundSignature boundSignature, FunctionDependencies functionDependencies)