Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.Table.execute#

Table.execute() → pyflink.table.table_result.TableResult[source]#

Collects the contents of the current table local client.

Example:

>>> tab.execute()
Returns

The content of the table.

New in version 1.11.0.

previous

pyflink.table.Table.drop_columns

next

pyflink.table.Table.execute_insert

Show Source

Created using Sphinx 4.5.0.