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

Method close_connection

shell/impala_shell/impala_shell.py:731–734  ·  view source on GitHub ↗

Closes the current Impala connection.

(self)

Source from the content-addressed store, hash-verified

729 raise FatalShellException()
730
731 def close_connection(self):
732 """Closes the current Impala connection."""
733 if self.imp_client:
734 self.imp_client.close_connection()
735
736 def _signal_handler(self, signal, frame):
737 """Handles query cancellation on a Ctrl+C event"""

Callers 5

__exit__Method · 0.95
do_connectMethod · 0.95
_connectMethod · 0.95
_execute_stmtMethod · 0.95
_signal_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected