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

Method get_exec_summary_table

tests/common/impala_connection.py:378–383  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

376 pass
377
378 def get_exec_summary_table(self, operation_handle):
379 summary_table = list()
380 summary = self.get_exec_summary(operation_handle)
381 if summary:
382 summary_table = build_summary_table_from_thrift(summary)
383 return summary_table
384
385
386# Represents a connection to Impala using the Beeswax API.

Callers 2

__fetch_resultsMethod · 0.80

Calls 2

get_exec_summaryMethod · 0.95