pyflink.table.catalog.Catalog.function_exists# Catalog.function_exists(function_path: ObjectPath) → bool[source]# Check whether a function exists or not. Parameters function_path – Path ObjectPath of the function. Returns true if the function exists in the catalog false otherwise. Raise CatalogException in case of any runtime exception.