Returns the state of a query. May raise en error, depending on connection type.
(self, operation_handle)
| 204 | |
| 205 | @abc.abstractmethod |
| 206 | def get_state(self, operation_handle): |
| 207 | """Returns the state of a query. |
| 208 | May raise en error, depending on connection type.""" |
| 209 | pass |
| 210 | |
| 211 | @abc.abstractmethod |
| 212 | def get_impala_exec_state(self, operation_handle): |
no outgoing calls