Aggregate function groupArrayInsertAt: development [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-05-10 04:41:25 -04:00
parent 19d0d47c8a
commit 21c5ee0f1d

View File

@ -178,7 +178,7 @@ public:
to_data.insert(default_value);
}
to_offsets.push_back(arr.size());
to_offsets.push_back(to_offsets.back() + arr.size());
}
};