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

Method close_query

tests/common/impala_connection.py:201–203  ·  view source on GitHub ↗

Closes the query.

(self, handle, fetch_profile_after_close=False)

Source from the content-addressed store, hash-verified

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):

Callers 1

close_queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected