(self, query, **kwargs)
| 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()) |