@PublicEvolving
public interface CatalogFunction
Modifier and Type | Method and Description |
---|---|
CatalogFunction |
copy()
Create a deep copy of the function.
|
String |
getClassName()
Get the full name of the class backing the function.
|
Optional<String> |
getDescription()
Get a brief description of the function.
|
Optional<String> |
getDetailedDescription()
Get a detailed description of the function.
|
FunctionLanguage |
getFunctionLanguage()
Get the language used for the definition of function.
|
boolean |
isGeneric()
Distinguish if the function is a generic function.
|
String getClassName()
CatalogFunction copy()
Optional<String> getDescription()
Optional<String> getDetailedDescription()
boolean isGeneric()
FunctionLanguage getFunctionLanguage()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.