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

Method get_runtime_profile

tests/common/impala_connection.py:794–798  ·  view source on GitHub ↗
(self, operation_handle,
                          profile_format=TRuntimeProfileFormat.STRING)

Source from the content-addressed store, hash-verified

792 return cursor.get_summary()
793
794 def get_runtime_profile(self, operation_handle,
795 profile_format=TRuntimeProfileFormat.STRING):
796 self.log_handle(operation_handle, 'getting runtime profile operation')
797 cursor = operation_handle.get_handle()
798 return cursor.get_profile(profile_format=profile_format)
799
800 def wait_for_finished_timeout(self, operation_handle, timeout):
801 self.log_handle(operation_handle, 'waiting for query to reach FINISHED state')

Callers 2

get_admission_resultMethod · 0.95
__fetch_resultsMethod · 0.95

Calls 2

get_handleMethod · 0.80
log_handleMethod · 0.45

Tested by

no test coverage detected