v.22.12Improvement

Added Option to Display Locally Processed Rows in Non-Interactive Mode

Added client option to display the number of locally processed rows in non-interactive mode (--print-num-processed-rows). #43407 (jh0x).
Added a client option --print-num-processed-rows to display the number of locally processed rows in non-interactive mode.

Why it matters

This feature allows users to see the count of rows processed locally by the ClickHouse client when running queries in non-interactive mode, helping with query diagnostics and performance monitoring.

How to use it

Run the ClickHouse client with the option --print-num-processed-rows in non-interactive mode to output the number of locally processed rows along with the query result.