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

Method _get_thrift_client

shell/impala_shell/impala_client.py:627–628  ·  view source on GitHub ↗
(self, protocol)

Source from the content-addressed store, hash-verified

625 self._request_num = 0
626
627 def _get_thrift_client(self, protocol):
628 return ImpalaHiveServer2Service.Client(protocol)
629
630 def _get_sleep_interval_for_retries(self, num_tries):
631 """Returns the sleep interval in seconds for the 'num_tries' retry attempt."""

Callers

nothing calls this directly

Calls 1

ClientMethod · 0.80

Tested by

no test coverage detected