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

Method close_query

tests/common/impala_connection.py:443–446  ·  view source on GitHub ↗
(self, operation_handle, fetch_profile_after_close=False)

Source from the content-addressed store, hash-verified

441 self.__beeswax_client.close_connection()
442
443 def close_query(self, operation_handle, fetch_profile_after_close=False):
444 self.log_handle(operation_handle, 'closing query for operation')
445 return self.__beeswax_client.close_query(operation_handle.get_handle(),
446 fetch_profile_after_close)
447
448 def close_dml(self, operation_handle):
449 self.log_handle(operation_handle, 'closing DML query')

Callers

nothing calls this directly

Calls 3

get_handleMethod · 0.80
log_handleMethod · 0.45
close_queryMethod · 0.45

Tested by

no test coverage detected