pyflink.table.Table.execute# Table.execute() → TableResult[source]# Collects the contents of the current table local client. Example: >>> tab.execute() Returns: The content of the table. Added in version 1.11.0.