Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
flush
Method · 0.95
_check_code
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
1
_check_code
Method · 0.64