Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.get_table_environment#

get_table_environment() → Optional[StreamTableEnvironment][source]#

Get the currently set global TableEnvironment.

Returns

The global TableEnvironment, or None if not set.

previous

pyflink.dataframe.set_table_environment

next

pyflink.dataframe.get_or_create_table_environment

Show Source

Created using Sphinx 4.5.0.