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