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.TableEnvironment.list_temporary_views

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()

Added in version 1.10.0.

previous

pyflink.table.table_environment.TableEnvironment.list_temporary_tables

next

pyflink.table.table_environment.TableEnvironment.list_user_defined_functions

On this page
  • TableEnvironment.list_temporary_views()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.