(self, operation_handle)
| 446 | fetch_profile_after_close) |
| 447 | |
| 448 | def close_dml(self, operation_handle): |
| 449 | self.log_handle(operation_handle, 'closing DML query') |
| 450 | self.__beeswax_client.close_dml(operation_handle.get_handle()) |
| 451 | |
| 452 | def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, |
| 453 | fetch_exec_summary=False, profile_format=TRuntimeProfileFormat.STRING): |