mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
2edf5492d0
The function is rewritten to avoid allocations on every insert with Field deserialising each array. The key type is now specialized, so it can be accessed directly. The value type is variant type, but only individual values are deserialised (which is cheap, since they're PODs). The function also support summing of multiple columns by the same key. The SummingSortedBlockInputStream uses the function in case of Nested structure with one numeric key and many values to sum. |
||
---|---|---|
.. | ||
benchmark | ||
cmake | ||
scripts | ||
src | ||
tests | ||
CMakeLists.txt |