@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.
|
List<ResourceUri> |
getFunctionResources()
Get a detailed resource description of the function.
|
boolean |
isGeneric()
Deprecated.
There is no replacement for this function, as now functions have type inference
strategies
|
String getClassName()
CatalogFunction copy()
Optional<String> getDescription()
Optional<String> getDetailedDescription()
@Deprecated boolean isGeneric()
FunctionLanguage getFunctionLanguage()
List<ResourceUri> getFunctionResources()
ResourceUri
list of the functionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.