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

Method read

shell/impala_shell/ImpalaHttpClient.py:344–345  ·  view source on GitHub ↗
(self, sz)

Source from the content-addressed store, hash-verified

342 {cn: Cookie(cookie=None, expiry_time=None) for cn in self.__http_cookie_dict}
343
344 def read(self, sz):
345 return self.__http_response.read(sz)
346
347 def readBody(self):
348 return self.__http_response.read()

Callers 6

setup.pyFile · 0.45
readBodyMethod · 0.45
do_sourceMethod · 0.45
get_config_from_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected