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.TableEnvironment.create#

static TableEnvironment.create(environment_settings: Union[EnvironmentSettings, Configuration]) → 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

On this page
  • TableEnvironment.create()
Show Source

Created using Sphinx 5.3.0.