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

Method print_exec_summary

shell/impala_shell/impala_shell.py:903–909  ·  view source on GitHub ↗
(self, summary)

Source from the content-addressed store, hash-verified

901 return arg_mode
902
903 def print_exec_summary(self, summary):
904 output = []
905 table = self._default_summary_table()
906 self.imp_client.build_summary_table(summary, output)
907 formatter = PrettyOutputFormatter(table)
908 self.output_stream = OutputStream(formatter, filename=self.output_file)
909 self.output_stream.write(output)
910
911 def _handle_shell_options(self, token, value):
912 try:

Callers 1

do_summaryMethod · 0.95

Calls 5

OutputStreamClass · 0.90
build_summary_tableMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected