Uses of Class
io.trino.spi.function.BoundSignature
Packages that use BoundSignature
-
Uses of BoundSignature in io.trino.spi.connector
Methods in io.trino.spi.connector with parameters of type BoundSignatureModifier and TypeMethodDescriptiondefault FunctionDependencyDeclarationConnectorMetadata.getFunctionDependencies(ConnectorSession session, FunctionId functionId, BoundSignature boundSignature) Returns the dependencies of the function with the specified id. -
Uses of BoundSignature in io.trino.spi.function
Methods in io.trino.spi.function with parameters of type BoundSignatureModifier 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)