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

Method close_query

shell/impala_shell/impala_client.py:370–374  ·  view source on GitHub ↗

Close the query handle. Idempotent - after the first attempt, closing the same query handle is a no-op. Returns True if the query was closed successfully or False otherwise.

(self, last_query_handle)

Source from the content-addressed store, hash-verified

368 raise NotImplementedError()
369
370 def close_query(self, last_query_handle):
371 """Close the query handle. Idempotent - after the first attempt, closing the same
372 query handle is a no-op. Returns True if the query was closed
373 successfully or False otherwise."""
374 raise NotImplementedError()
375
376 def cancel_query(self, last_query_handle):
377 """Cancel a query on a keyboard interrupt from the shell. Return True if the

Callers 3

_signal_handlerMethod · 0.45
_execute_stmtMethod · 0.45
impala_shell_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected