Fix build

This commit is contained in:
kssenii 2022-12-12 12:06:00 +01:00
parent ab8acfb8b2
commit d2522635ef

View File

@ -8,10 +8,10 @@ namespace DB
void updateRowsProgressApprox( void updateRowsProgressApprox(
ISource & source, ISource & source,
const Chunk & chunk, const Chunk & chunk,
size_t total_result_size, UInt64 total_result_size,
size_t & total_rows_approx_accumulated, UInt64 & total_rows_approx_accumulated,
size_t & total_rows_count_times, size_t & total_rows_count_times,
size_t & total_rows_approx_max) UInt64 & total_rows_approx_max)
{ {
if (!total_result_size) if (!total_result_size)
return; return;