Package | Description |
---|---|
org.apache.flink.table.catalog | |
org.apache.flink.table.operations.ddl |
Modifier and Type | Method and Description |
---|---|
FunctionLanguage |
FunctionCatalog.InlineCatalogFunction.getFunctionLanguage() |
FunctionLanguage |
CatalogFunctionImpl.getFunctionLanguage() |
FunctionLanguage |
CatalogFunction.getFunctionLanguage()
Get the language used for the definition of function.
|
static FunctionLanguage |
FunctionLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionLanguage[] |
FunctionLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionCatalog.registerTemporarySystemFunction(String name,
String fullyQualifiedName,
FunctionLanguage language,
boolean ignoreIfExists)
Registers a uninstantiated temporary system function.
|
Constructor and Description |
---|
CatalogFunctionImpl(String className,
FunctionLanguage functionLanguage) |
CatalogFunctionImpl(String className,
FunctionLanguage functionLanguage,
List<ResourceUri> resourceUris) |
Constructor and Description |
---|
CreateTempSystemFunctionOperation(String functionName,
String functionClass,
boolean ignoreIfExists,
FunctionLanguage functionLanguage,
List<ResourceUri> resourceUris) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.