(self, operation_handle)
| 477 | return self.__QUERY_STATE_TO_EXEC_STATE[self.get_state(operation_handle)] |
| 478 | |
| 479 | def get_exec_summary(self, operation_handle): |
| 480 | self.log_handle(operation_handle, 'getting exec summary operation') |
| 481 | return self.__beeswax_client.get_exec_summary(operation_handle.get_handle()) |
| 482 | |
| 483 | def get_runtime_profile(self, operation_handle, |
| 484 | profile_format=TRuntimeProfileFormat.STRING): |
nothing calls this directly
no test coverage detected