public static class FunctionCatalog.InlineCatalogFunction extends Object implements CatalogFunction
Constructor and Description |
---|
InlineCatalogFunction(FunctionDefinition definition) |
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.
|
FunctionDefinition |
getDefinition() |
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()
Distinguish if the function is a generic function.
|
public InlineCatalogFunction(FunctionDefinition definition)
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 functionpublic FunctionDefinition getDefinition()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.