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

Method get_state

tests/common/impala_connection.py:472–474  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

470 return self.__beeswax_client.cancel_query(operation_handle.get_handle())
471
472 def get_state(self, operation_handle):
473 self.log_handle(operation_handle, 'getting state')
474 return self.__beeswax_client.get_state(operation_handle.get_handle())
475
476 def get_impala_exec_state(self, operation_handle):
477 return self.__QUERY_STATE_TO_EXEC_STATE[self.get_state(operation_handle)]

Callers 1

get_impala_exec_stateMethod · 0.95

Calls 3

get_handleMethod · 0.80
log_handleMethod · 0.45
get_stateMethod · 0.45

Tested by

no test coverage detected