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

Method close_query_using_client

tests/common/impala_test_suite.py:1310–1311  ·  view source on GitHub ↗
(self, client, query)

Source from the content-addressed store, hash-verified

1308 return client.execute_async(query)
1309
1310 def close_query_using_client(self, client, query):
1311 return client.close_query(query)
1312
1313 def execute_query_using_vector(self, query, vector):
1314 """Run 'query' with given test 'vector'.

Callers 3

test_async_loadMethod · 0.80
test_ctasMethod · 0.80

Calls 1

close_queryMethod · 0.45

Tested by

no test coverage detected