MCPcopy Create free account
hub / github.com/apache/impala / get_impala_exec_state

Method get_impala_exec_state

tests/common/impala_connection.py:212–215  ·  view source on GitHub ↗

Returns a string translation from client specific state of operation_handle to Impala's ClientRequestState::ExecState.

(self, operation_handle)

Source from the content-addressed store, hash-verified

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(

Calls

no outgoing calls