ClickHouse/dbms
Léo Ercolanelli 0d6094a3ea sumMap: return types less prone to oveflows
It used to be that sumMap would return the same type as the values
columns. If columns of Array(UInt8) were to be given, that would really
easily cause oveflow. It now uses `getWidenDataType` (and ultimately
`NearestFieldType`) in order to define the result type.
2019-01-25 14:29:45 +01:00
..
benchmark
cmake Auto version update to [19.1.6] [54413] 2019-01-24 00:17:07 +03:00
programs Fixed -Wshadow-field #4005 2019-01-24 22:37:32 +03:00
scripts Temporarily disable precalculated bias estimations for precisions other than 17. 2018-10-24 17:23:57 +03:00
src sumMap: return types less prone to oveflows 2019-01-25 14:29:45 +01:00
tests sumMap: return types less prone to oveflows 2019-01-25 14:29:45 +01:00
CMakeLists.txt Make DBMS dependent on the protobuf library. 2019-01-23 22:19:23 +03:00