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

Method connect

tests/common/impala_connection.py:191–193  ·  view source on GitHub ↗

Opens the connection

(self)

Source from the content-addressed store, hash-verified

189
190 @abc.abstractmethod
191 def connect(self):
192 """Opens the connection"""
193 pass
194
195 @abc.abstractmethod
196 def close(self):

Callers 9

create_beeswax_clientMethod · 0.45
create_hs2_clientMethod · 0.45
create_clientMethod · 0.45
get_external_ipFunction · 0.45
connectMethod · 0.45
connectMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1