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

Method execute_query_using_client

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

Source from the content-addressed store, hash-verified

1294 return end_time - start_time
1295
1296 def execute_query_using_client(self, client, query, vector):
1297 self.validate_exec_option_dimension(vector)
1298 query_options = vector.get_value(EXEC_OPTION)
1299 if query_options is not None:
1300 client.set_configuration(query_options)
1301 return client.execute(query)
1302
1303 def execute_query_async_using_client(self, client, query, vector):
1304 self.validate_exec_option_dimension(vector)

Calls 4

set_configurationMethod · 0.80
get_valueMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected