ForEach combinator of aggregate functions: little better [#CLICKHOUSE-2952].

This commit is contained in:
Alexey Milovidov 2017-04-16 07:35:21 +03:00
parent 777adabde7
commit 6b5e6104a9

View File

@ -158,9 +158,6 @@ public:
size_t array_size = end - begin;
if (array_size <= 0)
return;
AggregateFunctionForEachData & state = ensureAggregateData(place, array_size, *arena);
char * nested_state = state.array_of_aggregate_datas;