pyflink.table.catalog.Catalog.list_functions#
- Catalog.list_functions(database_name: str) List[str] [source]#
List the names of all functions in the given database. An empty list is returned if none is registered.
- Parameters
database_name – Name of the database.
- Returns
A list of the names of the functions in this database.
- Raise
CatalogException in case of any runtime exception. DatabaseNotExistException if the database does not exist.