mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
e936c4d066
By default sum(x) promotes the result type to largest possible integral type to avoid arithmetic overflow when summing values from smaller data types. This is generally desirable behaviour, but it doesn’t work with summing merge tree, as the result is expected to be of same type as the input. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
en | ||
ru | ||
Makefile | ||
README.md |
This is the source code for ClickHouse documentation which is published on official website:
- In English: https://clickhouse.yandex/docs/en/
- In Russian: https://clickhouse.yandex/docs/ru/