MCPcopy 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()

Calls

no outgoing calls