mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Aggregate function groupArrayInsertAt: development [#CLICKHOUSE-2].
This commit is contained in:
parent
19d0d47c8a
commit
21c5ee0f1d
@ -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());
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user