Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • TableEnvironment
  • pyflink.table.table_environment.StreamTableEnvironment.list_views

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.

Added in version 1.11.0.

previous

pyflink.table.table_environment.StreamTableEnvironment.list_user_defined_functions

next

pyflink.table.table_environment.StreamTableEnvironment.load_module

On this page
  • StreamTableEnvironment.list_views()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.