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.catalog.Catalog.list_views#

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

Get names of all 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 views in the given database.

Raise

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

previous

pyflink.table.catalog.Catalog.list_tables

next

pyflink.table.catalog.Catalog.get_table

On this page
  • Catalog.list_views()
Show Source

Created using Sphinx 5.3.0.