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

Method close_connection

shell/impala_shell/impala_client.py:276–278  ·  view source on GitHub ↗

Close any open sessions and close the connection if still open.

(self)

Source from the content-addressed store, hash-verified

274 return False
275
276 def close_connection(self):
277 """Close any open sessions and close the connection if still open."""
278 raise NotImplementedError()
279
280 def _close_transport(self):
281 """Closes transport if not closed and set self.connected to False. This is the last

Callers 2

connectMethod · 0.95
is_connectedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected