Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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.

New in version 1.11.0.

previous

pyflink.table.table_environment.TableEnvironment.list_user_defined_functions

next

pyflink.table.table_environment.TableEnvironment.load_module

Show Source

Created using Sphinx 4.5.0.