mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
fix style
This commit is contained in:
parent
41daf88d64
commit
1fdf3659da
@ -478,10 +478,12 @@ protected:
|
|||||||
|
|
||||||
if (columns_mask[src_index++])
|
if (columns_mask[src_index++])
|
||||||
{
|
{
|
||||||
if (table_cast) {
|
if (table_cast)
|
||||||
|
{
|
||||||
size_t totalMarks = 0;
|
size_t totalMarks = 0;
|
||||||
for(auto &part_info: table_cast->getAllDataPartsVector())
|
for(auto &part_info: table_cast->getAllDataPartsVector()) {
|
||||||
totalMarks += part_info->getMarksCount();
|
totalMarks += part_info->getMarksCount();
|
||||||
|
}
|
||||||
res_columns[res_index++]->insert(totalMarks);
|
res_columns[res_index++]->insert(totalMarks);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user