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

Method readBody

shell/impala_shell/ImpalaHttpClient.py:347–348  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 return self.__http_response.read(sz)
346
347 def readBody(self):
348 return self.__http_response.read()
349
350 def write(self, buf):
351 self.__wbuf.write(buf)

Callers 2

flushMethod · 0.95
_check_codeMethod · 0.80

Calls 1

readMethod · 0.45

Tested by 1

_check_codeMethod · 0.64