pyflink.table.table_environment.TableEnvironment.list_views# TableEnvironment.list_views() → List[str][source]# 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. Added in version 1.11.0.