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

StreamTableEnvironment.get_current_catalog() → str#

Gets the current default catalog name of the current session.

Returns

The current default catalog name that is used for the path resolution.

See also

use_catalog()

previous

pyflink.table.table_environment.StreamTableEnvironment.get_config

next

pyflink.table.table_environment.StreamTableEnvironment.get_current_database

Show Source

Created using Sphinx 4.5.0.