Uses of Record Class
io.trino.spi.function.LanguageFunction
Packages that use LanguageFunction
-
Uses of LanguageFunction in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type LanguageFunctionModifier and TypeMethodDescriptiondefault Collection<LanguageFunction>ConnectorMetadata.getLanguageFunctions(ConnectorSession session, SchemaFunctionName name) Get all language functions with the specified name.default Collection<LanguageFunction>ConnectorMetadata.listLanguageFunctions(ConnectorSession session, String schemaName) List available language functions.Methods in io.trino.spi.connector with parameters of type LanguageFunctionModifier and TypeMethodDescriptiondefault voidConnectorMetadata.createLanguageFunction(ConnectorSession session, SchemaFunctionName name, LanguageFunction function, boolean replace) Creates a language function with the specified name and signature token.