Class FunctionName
java.lang.Object
io.trino.spi.expression.FunctionName
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionName
(String name) FunctionName
(Optional<CatalogSchemaName> catalogSchema, String name) -
Method Summary
-
Constructor Details
-
FunctionName
-
FunctionName
-
-
Method Details
-
getCatalogSchema
- Returns:
- the catalog and schema of this function, or
Optional.empty()
if this is a built-in function
-
getName
- Returns:
- the function's name
-
equals
-
hashCode
-
toString
-