Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.context.DataFrameConfig.set#

DataFrameConfig.set(key: str, value: str) → pyflink.dataframe.context.DataFrameConfig[source]#

Set a configuration key-value pair.

Parameters
  • key – The configuration key.

  • value – The configuration value.

Returns

self, for chaining.

previous

pyflink.dataframe.context.DataFrameConfig

next

pyflink.dataframe.context.DataFrameConfig.get

Show Source

Created using Sphinx 4.5.0.