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

Method execute_query_async

tests/common/impala_test_suite.py:1327–1329  ·  view source on GitHub ↗
(self, query, query_options=None)

Source from the content-addressed store, hash-verified

1325
1326 @execute_wrapper
1327 def execute_query_async(self, query, query_options=None):
1328 if query_options is not None: self.client.set_configuration(query_options)
1329 return self.client.execute_async(query)
1330
1331 @execute_wrapper
1332 def close_query(self, query):

Calls 2

set_configurationMethod · 0.80
execute_asyncMethod · 0.45

Tested by

no test coverage detected