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

Method execute

tests/common/impala_connection.py:270–274  ·  view source on GitHub ↗

Executes a query and fetches the results

(self, sql_stmt, user=None, fetch_profile_after_close=False,  # noqa: U100
              fetch_exec_summary=False,  # noqa: U100
              profile_format=TRuntimeProfileFormat.STRING)

Source from the content-addressed store, hash-verified

268 pass
269
270 def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100
271 fetch_exec_summary=False, # noqa: U100
272 profile_format=TRuntimeProfileFormat.STRING): # noqa: U100
273 """Executes a query and fetches the results"""
274 pass
275
276 @abc.abstractmethod
277 def execute_async(self, sql_stmt):

Callers 15

all_db_namesMethod · 0.45
all_table_namesMethod · 0.45
cleanup_dbMethod · 0.45
__exec_in_hiveMethod · 0.45
exec_and_timeMethod · 0.45
__execute_queryMethod · 0.45
__execute_scalarMethod · 0.45
clone_tableMethod · 0.45

Calls

no outgoing calls

Tested by 15

all_db_namesMethod · 0.36
all_table_namesMethod · 0.36
cleanup_dbMethod · 0.36
__exec_in_hiveMethod · 0.36
exec_and_timeMethod · 0.36
__execute_queryMethod · 0.36
__execute_scalarMethod · 0.36
clone_tableMethod · 0.36