Uses of Class
io.trino.spi.function.SchemaFunctionName
Packages that use SchemaFunctionName
-
Uses of SchemaFunctionName in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type SchemaFunctionNameModifier and TypeMethodDescriptiondefault Set<SchemaFunctionName> ConnectorAccessControl.filterFunctions(ConnectorSecurityContext context, Set<SchemaFunctionName> functionNames) Filter the list of functions to those visible to the identity.Methods in io.trino.spi.connector with parameters of type SchemaFunctionNameModifier and TypeMethodDescriptiondefault voidConnectorMetadata.createLanguageFunction(ConnectorSession session, SchemaFunctionName name, LanguageFunction function, boolean replace) Creates a language function with the specified name and signature token.default voidConnectorMetadata.dropLanguageFunction(ConnectorSession session, SchemaFunctionName name, String signatureToken) Drops a language function with the specified name and signature token.default Collection<FunctionMetadata> ConnectorMetadata.getFunctions(ConnectorSession session, SchemaFunctionName name) Get all functions with specified name.default Collection<LanguageFunction> ConnectorMetadata.getLanguageFunctions(ConnectorSession session, SchemaFunctionName name) Get all language functions with the specified name.default booleanConnectorMetadata.languageFunctionExists(ConnectorSession session, SchemaFunctionName name, String signatureToken) Check if a language function exists.Method parameters in io.trino.spi.connector with type arguments of type SchemaFunctionNameModifier and TypeMethodDescriptiondefault Set<SchemaFunctionName> ConnectorAccessControl.filterFunctions(ConnectorSecurityContext context, Set<SchemaFunctionName> functionNames) Filter the list of functions to those visible to the identity. -
Uses of SchemaFunctionName in io.trino.spi.function
Methods in io.trino.spi.function that return SchemaFunctionNameConstructors in io.trino.spi.function with parameters of type SchemaFunctionNameModifierConstructorDescriptionCatalogSchemaFunctionName(String catalogName, SchemaFunctionName schemaFunctionName) -
Uses of SchemaFunctionName in io.trino.spi.security
Methods in io.trino.spi.security that return types with arguments of type SchemaFunctionNameModifier and TypeMethodDescriptiondefault Set<SchemaFunctionName> SystemAccessControl.filterFunctions(SystemSecurityContext context, String catalogName, Set<SchemaFunctionName> functionNames) Filter the list of functions to those visible to the identity.Method parameters in io.trino.spi.security with type arguments of type SchemaFunctionNameModifier and TypeMethodDescriptiondefault Set<SchemaFunctionName> SystemAccessControl.filterFunctions(SystemSecurityContext context, String catalogName, Set<SchemaFunctionName> functionNames) Filter the list of functions to those visible to the identity.