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

Method get_runtime_profile

tests/util/cancel_util.py:168–174  ·  view source on GitHub ↗

Get query profile. Might hit exception if QueryState has been released.

(self)

Source from the content-addressed store, hash-verified

166 close_client.close_query(self.handle)
167
168 def get_runtime_profile(self):
169 """Get query profile.
170 Might hit exception if QueryState has been released."""
171 try:
172 return self.client.get_runtime_profile(self.handle)
173 except Exception:
174 return None
175
176
177def cancel_query_and_validate_state(

Calls

no outgoing calls