Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_impala_client_internal
Method · 0.45
create_beeswax_client
Method · 0.45
create_ldap_beeswax_client
Method · 0.45
create_hs2_client
Method · 0.45
create_client
Method · 0.45
get_external_ip
Function · 0.45
connect
Method · 0.45
connect
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
create_impala_client_internal
Method · 0.36