Uses of Class
io.trino.spi.function.CatalogSchemaFunctionName
Packages that use CatalogSchemaFunctionName
-
Uses of CatalogSchemaFunctionName in io.trino.spi.function
Methods in io.trino.spi.function that return CatalogSchemaFunctionNameModifier and TypeMethodDescriptionBoundSignature.getName()The absolute canonical name of the function.FunctionDependencyDeclaration.FunctionDependency.getName()Methods in io.trino.spi.function with parameters of type CatalogSchemaFunctionNameModifier and TypeMethodDescriptionFunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addFunction(CatalogSchemaFunctionName name, List<Type> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addFunctionSignature(CatalogSchemaFunctionName name, List<TypeSignature> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOptionalFunction(CatalogSchemaFunctionName name, List<Type> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOptionalFunctionSignature(CatalogSchemaFunctionName name, List<TypeSignature> parameterTypes) FunctionDependencyDeclaration.FunctionDependency.fromJson(CatalogSchemaFunctionName name, List<TypeSignature> argumentTypes, boolean optional) FunctionDependencies.getFunctionNullability(CatalogSchemaFunctionName name, List<Type> parameterTypes) FunctionDependencies.getScalarFunctionImplementation(CatalogSchemaFunctionName name, List<Type> parameterTypes, InvocationConvention invocationConvention) FunctionDependencies.getScalarFunctionImplementationSignature(CatalogSchemaFunctionName name, List<TypeSignature> parameterTypes, InvocationConvention invocationConvention) Constructors in io.trino.spi.function with parameters of type CatalogSchemaFunctionNameModifierConstructorDescriptionBoundSignature(CatalogSchemaFunctionName name, Type returnType, List<Type> argumentTypes)