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
  • Catalog
  • pyflink.table.catalog.Catalog.list_tables

pyflink.table.catalog.Catalog.list_tables#

Catalog.list_tables(database_name: str) → List[str][source]#

Get names of all tables and views under this database. An empty list is returned if none exists.

Parameters:

database_name – Name of the given database.

Returns:

A list of the names of all tables and views in this database.

Raise:

CatalogException in case of any runtime exception. DatabaseNotExistException if the database does not exist.

previous

pyflink.table.catalog.Catalog.alter_database

next

pyflink.table.catalog.Catalog.list_views

On this page
  • Catalog.list_tables()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.