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

Method handle_id

tests/common/impala_connection.py:301–305  ·  view source on GitHub ↗

Return a string id for given operation_handle. Most implementations will return an Impala query id for given handle. Otherwise, return str(operation_handle).

(self, operation_handle)

Source from the content-addressed store, hash-verified

299
300 @abc.abstractmethod
301 def handle_id(self, operation_handle):
302 """Return a string id for given operation_handle.
303 Most implementations will return an Impala query id for given handle.
304 Otherwise, return str(operation_handle)."""
305 pass
306
307 def log_handle(self, operation_handle, message):
308 """Log 'message' at INFO level, along with id of 'operation_handle'."""

Callers 15

log_handleMethod · 0.95
__run_workloadFunction · 0.45
wait_for_progressMethod · 0.45
wait_for_query_stateMethod · 0.45
__enter__Method · 0.45
__exit__Method · 0.45
execute_asyncMethod · 0.45
cancel_queryMethod · 0.45

Calls

no outgoing calls