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

Method cancel

tests/common/impala_connection.py:266–268  ·  view source on GitHub ↗

Cancels an in-flight operation

(self, operation_handle)

Source from the content-addressed store, hash-verified

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

Callers 15

killMethod · 0.45
test_cancel_no_fetchMethod · 0.45
test_interrupt_sleepMethod · 0.45
test_acid_heartbeatsMethod · 0.45
cancelMethod · 0.45
cancel_queryMethod · 0.45

Calls

no outgoing calls