MCPcopy 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
219class ImpalaShellResult(object):
220 def __init__(self):
221 self.rc = 0
222 self.stdout = str()
223 self.stderr = str()
224
225
226class ImpalaShell(object):

Callers 1

get_resultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected