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

Method get_exec_summary

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

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

get_handleMethod · 0.80
log_handleMethod · 0.45
get_exec_summaryMethod · 0.45

Tested by

no test coverage detected