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.to_table#

DataFrame.to_table() → pyflink.table.table.Table[source]#

Convert to a PyFlink Table.

Returns

The underlying Table object.

previous

pyflink.dataframe.DataFrame.pipe

next

pyflink.dataframe.DataFrame.to_pandas

Show Source

Created using Sphinx 4.5.0.