pyflink.table.table_environment.StreamTableEnvironment.list_views#
- StreamTableEnvironment.list_views() List[str] #
Gets the names of all views in the current database of the current catalog. It returns both temporary and permanent views.
- Returns
List of view names in the current database of the current catalog.
New in version 1.11.0.