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