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

Method close

tests/common/impala_connection.py:439–441  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

437
438 # TODO: rename to close_connection
439 def close(self):
440 self.log_client("closing beeswax connection to: %s" % self.__host_port)
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')

Callers

nothing calls this directly

Calls 2

log_clientMethod · 0.45
close_connectionMethod · 0.45

Tested by

no test coverage detected