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

Method get_test_protocol

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

Source from the content-addressed store, hash-verified

569 self.__user = user
570
571 def get_test_protocol(self):
572 if self.__http_path:
573 return HS2_HTTP
574 else:
575 return HS2
576
577 def get_host_port(self):
578 return self.__host_port

Callers 2

connectMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected