mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Typo fix in play.html
This commit is contained in:
parent
49ce5b487c
commit
8a55165c3b
@ -579,7 +579,7 @@
|
||||
const rows = response.statistics.rows_read;
|
||||
const bytes = response.statistics.bytes_read;
|
||||
const formatted_bytes = formatReadableBytes(bytes);
|
||||
const formatted_rows = formatReadableRows(bytes);
|
||||
const formatted_rows = formatReadableRows(rows);
|
||||
stats.innerText = `Elapsed: ${seconds} sec, read ${formatted_rows} rows, ${formatted_bytes}.`;
|
||||
|
||||
/// We can also render graphs if user performed EXPLAIN PIPELINE graph=1.
|
||||
|
Loading…
Reference in New Issue
Block a user