ClickHouse/dbms/src
Léo Ercolanelli d9195cda99 implement getWidenType() on IDataType
This is essentially to help implementing the `getReturnType` of
aggregation function susceptible to provoque overflow (such as
`sumMap`).
2019-01-25 14:25:25 +01:00
..
AggregateFunctions Merge pull request #4145 from yandex/fix-fuzz-test-in-ubsan-quantile-weighted 2019-01-25 02:45:07 +03:00
Client Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g' 2019-01-25 02:01:56 +03:00
Columns dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
Common implement getWidenType() on IDataType 2019-01-25 14:25:25 +01:00
Compression added powerpc build support 2019-01-23 17:18:19 +03:00
Core Merge pull request #4129 from ercolanelli-leo/sumMapFiltered 2019-01-24 21:27:03 +03:00
Databases helpers for ASTIdentifier (hide semantic and casts) 2019-01-14 21:15:04 +03:00
DataStreams Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
DataTypes implement getWidenType() on IDataType 2019-01-25 14:25:25 +01:00
Dictionaries Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
Formats Style #4005 2019-01-24 22:50:16 +03:00
Functions dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
Interpreters minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
IO Merge pull request #4005 from vitlibar/add-protobuf-output-format 2019-01-24 22:05:23 +03:00
Parsers Fixed -Wshadow-field #4005 2019-01-24 22:37:32 +03:00
Storages Merge pull request #4099 from yandex/mutations-fix-in 2019-01-24 20:29:13 +03:00
TableFunctions Fix port secelt 2019-01-17 21:49:01 +03:00
CMakeLists.txt ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00