Uses of Class
org.apache.flink.table.catalog.FunctionLanguage
-
Packages that use FunctionLanguage Package Description org.apache.flink.table.catalog -
-
Uses of FunctionLanguage in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return FunctionLanguage Modifier and Type Method Description FunctionLanguageCatalogFunction. getFunctionLanguage()Get the language used for the definition of function.static FunctionLanguageFunctionLanguage. 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.
-