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

Method close_query

tests/util/cancel_util.py:164–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 assert cancel_resp.status.statusCode == TCLIService.TStatusCode.SUCCESS_STATUS
163
164 def close_query(self):
165 with MinimalHS2Connection(IMPALAD_HS2_HOST_PORT) as close_client:
166 close_client.close_query(self.handle)
167
168 def get_runtime_profile(self):
169 """Get query profile.

Callers 15

test_fetch_sizeMethod · 0.45
test_report_timeMethod · 0.45
test_query_end_timeMethod · 0.45
test_dml_end_timeMethod · 0.45
test_spillingMethod · 0.45
_test_full_queueMethod · 0.45
test_slow_queryMethod · 0.45

Calls 1

Tested by 15

test_fetch_sizeMethod · 0.36
test_report_timeMethod · 0.36
test_query_end_timeMethod · 0.36
test_dml_end_timeMethod · 0.36
test_spillingMethod · 0.36
_test_full_queueMethod · 0.36
test_slow_queryMethod · 0.36