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

Method get_query_id_str

shell/impala_shell/impala_client.py:302–305  ·  view source on GitHub ↗

Return the standard string representation of an Impala query ID, e.g. 'd74d8ce632c9d4d0:75c5a51100000000

(self, last_query_handle)

Source from the content-addressed store, hash-verified

300 raise NotImplementedError()
301
302 def get_query_id_str(self, last_query_handle):
303 """Return the standard string representation of an Impala query ID, e.g.
304 'd74d8ce632c9d4d0:75c5a51100000000'"""
305 raise NotImplementedError()
306
307 def get_query_link(self, query_id):
308 """Return the URL link to the debug page of the query"""

Callers 2

print_runtime_profileMethod · 0.45
_execute_stmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected