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

Method get_host_port

tests/common/impala_connection.py:157–159  ·  view source on GitHub ↗

Return the 'host:port' string of impala server that this object connecting to.

(self)

Source from the content-addressed store, hash-verified

155
156 @abc.abstractmethod
157 def get_host_port(self):
158 """Return the 'host:port' string of impala server that this object connecting to."""
159 pass
160
161 @abc.abstractmethod
162 def set_configuration_option(self, name, value, is_log_sql=True):

Callers 1

cancel_queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected