Class CatalogSchemaFunctionName

java.lang.Object
io.trino.spi.function.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

    • getCatalogName

      public String getCatalogName()
    • getSchemaFunctionName

      public SchemaFunctionName getSchemaFunctionName()
    • getSchemaName

      public String getSchemaName()
    • getFunctionName

      public String getFunctionName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object