pyflink.table.table_environment.TableEnvironment.list_tables# TableEnvironment.list_tables() → List[str][source]# Gets the names of all tables and views in the current database of the current catalog. It returns both temporary and permanent tables and views. Returns List of table and view names in the current database of the current catalog.