pyflink.table.catalog.Catalog.table_exists#
- Catalog.table_exists(table_path: pyflink.table.catalog.ObjectPath) bool [source]#
Check if a table or view exists in this catalog.
- Parameters
table_path – Path
ObjectPath
of the table or view.- Returns
true if the given table exists in the catalog false otherwise.
- Raise
CatalogException in case of any runtime exception.