Return the standard string representation of an Impala query ID, e.g. 'd74d8ce632c9d4d0:75c5a51100000000
(self, last_query_handle)
| 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""" |
no outgoing calls
no test coverage detected