mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Addition to prev. revision [#METR-2807].
This commit is contained in:
parent
6c861fe798
commit
65c34e8274
@ -2151,7 +2151,7 @@ private:
|
||||
/// used for storing and handling result of ::toParent call
|
||||
auto out_array = std::make_unique<PaddedPODArray<UInt64>>(size);
|
||||
/// resulting hierarchies
|
||||
std::vector<std::vector<IDictionary::id_t>> hierarchies(size);
|
||||
std::vector<std::vector<IDictionary::Key>> hierarchies(size);
|
||||
|
||||
/// total number of non-zero elements, used for allocating all the required memory upfront
|
||||
std::size_t total_count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user