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