mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
ForEach combinator of aggregate functions: little better [#CLICKHOUSE-2952].
This commit is contained in:
parent
777adabde7
commit
6b5e6104a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user