@Internal public class CatalogFunctionImpl extends Object implements CatalogFunction
Constructor and Description |
---|
CatalogFunctionImpl(String className) |
CatalogFunctionImpl(String className,
FunctionLanguage functionLanguage) |
CatalogFunctionImpl(String className,
FunctionLanguage functionLanguage,
List<ResourceUri> resourceUris) |
Modifier and Type | Method and Description |
---|---|
CatalogFunction |
copy()
Create a deep copy of the function.
|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
boolean |
isGeneric()
Distinguish if the function is a generic function.
|
String |
toString() |
public CatalogFunctionImpl(String className)
public CatalogFunctionImpl(String className, FunctionLanguage functionLanguage)
public CatalogFunctionImpl(String className, FunctionLanguage functionLanguage, List<ResourceUri> resourceUris)
public String getClassName()
CatalogFunction
getClassName
in interface CatalogFunction
public CatalogFunction copy()
CatalogFunction
copy
in interface CatalogFunction
public Optional<String> getDescription()
CatalogFunction
getDescription
in interface CatalogFunction
public Optional<String> getDetailedDescription()
CatalogFunction
getDetailedDescription
in interface CatalogFunction
public boolean isGeneric()
CatalogFunction
isGeneric
in interface CatalogFunction
public FunctionLanguage getFunctionLanguage()
CatalogFunction
getFunctionLanguage
in interface CatalogFunction
public List<ResourceUri> getFunctionResources()
CatalogFunction
getFunctionResources
in interface CatalogFunction
ResourceUri
list of the functionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.