Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ImpalaShellResult
Class
ImpalaShellResult
tests/shell/util.py:219–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
219
class
ImpalaShellResult(object):
220
def
__init__(self):
221
self.rc = 0
222
self.stdout = str()
223
self.stderr = str()
224
225
226
class
ImpalaShell(object):
Callers
1
get_result
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected