Class CatalogSchemaFunctionName

java.lang.Object
io.trino.metadata.CatalogSchemaFunctionName

public final class CatalogSchemaFunctionName extends Object
  • Constructor Details

    • CatalogSchemaFunctionName

      public CatalogSchemaFunctionName(String catalogName, SchemaFunctionName schemaFunctionName)
    • CatalogSchemaFunctionName

      public CatalogSchemaFunctionName(String catalogName, String schemaName, String functionName)
  • Method Details