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_tables#

TableEnvironment.list_tables() → List[str][source]#

Gets the names of all tables and views in the current database of the current catalog. It returns both temporary and permanent tables and views.

Returns

List of table and view names in the current database of the current catalog.

previous

pyflink.table.table_environment.TableEnvironment.list_modules

next

pyflink.table.table_environment.TableEnvironment.list_temporary_tables

Show Source

Created using Sphinx 4.5.0.