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

Function prettyprint_time

shell/impala_shell/exec_summary.py:120–121  ·  view source on GitHub ↗
(time_val)

Source from the content-addressed store, hash-verified

118 return prettyprint(unit_val, ["", "K", "M", "B"], 1000.0)
119
120 def prettyprint_time(time_val):
121 return prettyprint(time_val, ["ns", "us", "ms", "s"], 1000.0)
122
123 latency = max_stats.latency_ns
124 cardinality_est = est_stats.cardinality

Callers 1

build_exec_summary_tableFunction · 0.70

Calls 1

prettyprintFunction · 0.70

Tested by

no test coverage detected