| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.