mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
optimization
This commit is contained in:
parent
f86e3ef1ae
commit
922dd40c05
@ -372,7 +372,7 @@ private:
|
||||
}
|
||||
|
||||
cell.value = mapped;
|
||||
cell.size = cell.value ? weight_function(*cell.value) : 0;
|
||||
cell.size = value_weight;
|
||||
current_size += cell.size;
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user