pyflink.table.statement_set.StatementSet.execute# StatementSet.execute() → pyflink.table.table_result.TableResult[source]# execute all statements and Tables as a batch. Note The added statements and Tables will be cleared when executing this method. Returns execution result. New in version 1.11.0.