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.StreamTableEnvironment.get_catalog#

StreamTableEnvironment.get_catalog(catalog_name: str) → pyflink.table.catalog.Catalog#

Gets a registered Catalog by name.

Parameters

catalog_name – The name to look up the Catalog.

Returns

The requested catalog, None if there is no registered catalog with given name.

previous

pyflink.table.table_environment.StreamTableEnvironment.from_changelog_stream

next

pyflink.table.table_environment.StreamTableEnvironment.get_config

Show Source

Created using Sphinx 4.5.0.