ClickHouse/docs
Marek Vavruša e936c4d066 AggregateFunctionSum: implemented sumWithOverflow(x)
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.
2017-10-25 22:21:59 +03:00
..
_static Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
_templates Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
en AggregateFunctionSum: implemented sumWithOverflow(x) 2017-10-25 22:21:59 +03:00
ru Примечание к описанию условного оператора 2017-10-13 21:47:03 +03:00
Makefile Default make html language changed to russian. 2017-08-16 13:46:46 +03:00
README.md CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00

This is the source code for ClickHouse documentation which is published on official website: