pyflink.table.table_environment.TableEnvironment.list_temporary_tables#
- TableEnvironment.list_temporary_tables() List[str] [source]#
Gets the names of all temporary tables and views available in the current namespace (the current database of the current catalog).
- Returns
A list of the names of all registered temporary tables and views in the current database of the current catalog.
See also
New in version 1.10.0.