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

Method __init__

tests/performance/query.py:147–150  ·  view source on GitHub ↗
(self, query, **kwargs)

Source from the content-addressed store, hash-verified

145 """
146
147 def __init__(self, query, **kwargs):
148 super(ImpalaQueryResult, self).__init__(query, **kwargs)
149 self.runtime_profile = kwargs.get('runtime_profile', str())
150 self.exec_summary = kwargs.get('exec_summary', str())

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
__init__Method · 0.45

Tested by

no test coverage detected