Configuration#
Functions and classes for configuring the DataFrame execution environment,
including setting the underlying TableEnvironment and managing configuration options.
DataFrameConfig#
The module-level pyflink.dataframe.config is a singleton
DataFrameConfig instance. Use it to set
configuration options that will be applied to the underlying TableEnvironment.
Configuration for DataFrame operations. |
|
|
Set a configuration key-value pair. |
|
Get a configuration value. |
Environment#
|
Set the global TableEnvironment for DataFrame operations. |
Get the currently set global TableEnvironment. |
|
Return the global TableEnvironment, creating and storing one if needed. |