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

Method cancel

tests/common/impala_connection.py:1087–1089  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

1085 time.sleep(0.1)
1086
1087 def cancel(self, operation_handle):
1088 self.log_handle(operation_handle, "canceling operation")
1089 return self.__get_operation(operation_handle).cancel()
1090
1091 def close_query(self, operation_handle):
1092 self.log_handle(operation_handle, "closing query for operation")

Callers

nothing calls this directly

Calls 3

__get_operationMethod · 0.95
log_handleMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected