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_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

list_tables()

New in version 1.10.0.

previous

pyflink.table.table_environment.TableEnvironment.list_temporary_tables

next

pyflink.table.table_environment.TableEnvironment.list_user_defined_functions

Show Source

Created using Sphinx 4.5.0.