Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ get_exec_summary
Method
get_exec_summary
tests/common/impala_connection.py:375–376 ·
view source on GitHub ↗
(self, operation_handle)
Source
from the content-addressed store, hash-verified
373
374
@abc.abstractmethod
375
def
get_exec_summary(self, operation_handle):
# noqa: U100
376
pass
377
378
def
get_exec_summary_table(self, operation_handle):
379
summary_table = list()
Callers
8
get_exec_summary_table
Method · 0.95
test_exec_summary
Method · 0.45
wait_for_progress
Method · 0.45
get_exec_summary
Method · 0.45
test_retried_query_not_spooling_all_results
Method · 0.45
test_query_retry_reaches_spool_limit
Method · 0.45
__get_retried_query_id_from_summary
Method · 0.45
test_user_validation
Method · 0.45
Calls
no outgoing calls
Tested by
6
test_exec_summary
Method · 0.36
wait_for_progress
Method · 0.36
test_retried_query_not_spooling_all_results
Method · 0.36
test_query_retry_reaches_spool_limit
Method · 0.36
__get_retried_query_id_from_summary
Method · 0.36
test_user_validation
Method · 0.36