Returns a string translation from client specific state of operation_handle to Impala's ClientRequestState::ExecState.
(self, operation_handle)
| 210 | |
| 211 | @abc.abstractmethod |
| 212 | def get_impala_exec_state(self, operation_handle): |
| 213 | """Returns a string translation from client specific state of operation_handle |
| 214 | to Impala's ClientRequestState::ExecState.""" |
| 215 | pass |
| 216 | |
| 217 | def __is_at_exec_state(self, operation_handle, impala_state): |
| 218 | self.log_handle( |
no outgoing calls