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

Method close

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

Source from the content-addressed store, hash-verified

1018 pass # Do nothing
1019
1020 def close(self):
1021 self.log_client("closing connection to: %s" % self.__host_port)
1022 try:
1023 self.__session.close()
1024 finally:
1025 self.__conn.close()
1026
1027 def __log_execute(self, sql_stmt):
1028 session_id = session_handle_to_session_id(self.__session.handle)

Calls 2

log_clientMethod · 0.95
closeMethod · 0.65