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

Method get_runtime_profile

tests/common/impala_connection.py:294–298  ·  view source on GitHub ↗

Get runtime profile of given 'operation_handle'. Handle must stay open.

(self, operation_handle,
                          profile_format=TRuntimeProfileFormat.STRING)

Source from the content-addressed store, hash-verified

292
293 @abc.abstractmethod
294 def get_runtime_profile(self, operation_handle,
295 profile_format=TRuntimeProfileFormat.STRING):
296 """Get runtime profile of given 'operation_handle'.
297 Handle must stay open."""
298 pass
299
300 @abc.abstractmethod
301 def handle_id(self, operation_handle):

Calls

no outgoing calls