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.DataFrame.rebalance#

DataFrame.rebalance() → pyflink.dataframe.dataframe.DataFrame[source]#

Explicitly redistribute rows across downstream parallel subtasks in round-robin fashion.

This operation is lazy, preserves columns and row contents, and does not preserve row order. In streaming mode, this operation supports insert-only input only.

previous

pyflink.dataframe.DataFrame.rename

next

pyflink.dataframe.DataFrame.filter

Show Source

Created using Sphinx 4.5.0.