Cancels an in-flight operation
(self, operation_handle)
| 264 | |
| 265 | @abc.abstractmethod |
| 266 | def cancel(self, operation_handle): |
| 267 | """Cancels an in-flight operation""" |
| 268 | pass |
| 269 | |
| 270 | def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100 |
| 271 | fetch_exec_summary=False, # noqa: U100 |
no outgoing calls