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.