Closes the query.
(self, handle, fetch_profile_after_close=False)
| 199 | |
| 200 | @abc.abstractmethod |
| 201 | def close_query(self, handle, fetch_profile_after_close=False): |
| 202 | """Closes the query.""" |
| 203 | pass |
| 204 | |
| 205 | @abc.abstractmethod |
| 206 | def get_state(self, operation_handle): |