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
.