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

Method build_summary_table

shell/impala_shell/impala_client.py:556–558  ·  view source on GitHub ↗
(self, summary, output)

Source from the content-addressed store, hash-verified

554 return transport
555
556 def build_summary_table(self, summary, output):
557 build_exec_summary_table(summary, 0, 0, False, output, is_prettyprint=True,
558 separate_prefix_column=False)
559
560 def _get_sleep_interval(self, start_time):
561 """Returns a step function of time to sleep in seconds before polling

Callers 2

print_exec_summaryMethod · 0.80

Calls 1

build_exec_summary_tableFunction · 0.90

Tested by

no test coverage detected