pyflink.table.table_environment.TableEnvironment.create#
- static TableEnvironment.create(environment_settings: 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.