Uses of Class
org.apache.flink.table.catalog.exceptions.FunctionNotExistException
-
Packages that use FunctionNotExistException Package Description org.apache.flink.table.catalog -
-
Uses of FunctionNotExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw FunctionNotExistException Modifier and Type Method Description voidCatalog. alterFunction(ObjectPath functionPath, CatalogFunction newFunction, boolean ignoreIfNotExists)Modify an existing function.voidCatalog. dropFunction(ObjectPath functionPath, boolean ignoreIfNotExists)Drop a function.CatalogFunctionCatalog. getFunction(ObjectPath functionPath)Get the function.
-