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 DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.table_environment.TableEnvironment.create#

static TableEnvironment.create(environment_settings: Union[pyflink.table.environment_settings.EnvironmentSettings, pyflink.common.configuration.Configuration]) → pyflink.table.table_environment.TableEnvironment[source]#

Creates a table environment that is the entry point and central context for creating Table and SQL API programs.

Parameters

environment_settings – The configuration or environment settings used to instantiate the TableEnvironment, the name is for backward compatibility.

Returns

The TableEnvironment.

previous

pyflink.table.table_environment.TableEnvironment.add_python_file

next

pyflink.table.table_environment.TableEnvironment.create_java_function

Show Source

Created using Sphinx 4.5.0.