..
Conditional
Fixed error in function multiIf [#CLICKHOUSE-2763].
2017-01-20 04:41:30 +03:00
tests
Freebsd clang3.8 compile fixes ( #352 )
2017-01-18 01:00:23 +04:00
CMakeLists.txt
cmake: More options. [#METR-23701]
2016-12-05 15:43:14 +03:00
DataTypeTraits.cpp
dbms: Server: Ongoing work. Do not pay attention. [#METR-19266]
2016-09-12 17:16:21 +03:00
FunctionFactory.cpp
Squashed commit of the following:
2017-01-14 12:00:19 +03:00
FunctionsArithmetic.cpp
dbms: added least and greatest functions [#METR-17233].
2015-07-10 05:57:32 +03:00
FunctionsArray.cpp
Banned Null(AggregateFunction(...)) type in arrayReduce. Fix test. [#CLICKHOUSE-2845]
2017-02-18 22:25:19 +03:00
FunctionsCharset.cpp
Fixed arrayReduce. Refactoring of ObjectPool. [#CLICKHOUSE-2787]
2017-02-07 23:43:31 +04:00
FunctionsCoding.cpp
Added UUID functions [#METR-23792].
2016-12-11 13:57:34 +03:00
FunctionsComparison.cpp
dbms: Cleanup [#METR-19266]
2016-08-05 15:30:56 +03:00
FunctionsConditional.cpp
Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944].
2017-01-02 23:45:27 +03:00
FunctionsConversion.cpp
More correct time zones support; removed support for non-constant time zone argument [#CLICKHOUSE-2765].
2017-01-22 11:57:34 +03:00
FunctionsDateTime.cpp
Added function 'toStartOfDay'; fixed tiny error [#METR-23983].
2016-12-28 15:10:29 +03:00
FunctionsDictionaries.cpp
dbms: added function regionToTopContinent [#METR-19807].
2016-02-01 23:18:13 +03:00
FunctionsFormatting.cpp
dbms: added function formatReadableSize [#METR-16184].
2015-09-20 05:03:12 +03:00
FunctionsGeo.cpp
add pointInEllipses function
2017-03-01 12:23:49 +03:00
FunctionsHashing.cpp
dbms: Moved toInteger<>() implementation to cpp. [#METR-XXXXX]
2016-05-24 22:01:17 +03:00
FunctionsHigherOrder.cpp
Added functions arraySort and arrayReverseSort [#METR-23547].
2016-11-20 09:44:38 +03:00
FunctionsLogical.cpp
dbms: refactor IFunction descendants' registration in FunctionFactory
2014-11-12 21:04:49 +03:00
FunctionsMath.cpp
Fixed errors in clang (part 5, final) [#METR-2807].
2015-01-22 04:13:13 +03:00
FunctionsMiscellaneous.cpp
Split FunctionsMiscellaneous.h ( #564 )
2017-03-07 22:57:15 +04:00
FunctionsNull.cpp
Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944].
2017-01-02 23:45:27 +03:00
FunctionsRandom.cpp
dbms: added function randConstant for testing purposes [#METR-17536].
2015-09-07 20:56:56 +03:00
FunctionsReinterpret.cpp
dbms: refactor IFunction descendants' registration in FunctionFactory
2014-11-12 21:04:49 +03:00
FunctionsRound.cpp
Feature implementation. [#METR-15210]
2015-05-13 02:11:15 +03:00
FunctionsString.cpp
Renamed method (less confusion) [#METR-2944].
2017-01-02 23:12:12 +03:00
FunctionsStringArray.cpp
dbms: added function arrayStringConcat [#METR-18022].
2015-10-19 21:49:52 +03:00
FunctionsStringSearch.cpp
dbms: positionCaseInsensitiveUTF8 and some fixes (out of bounds access etc.) for positionCaseInsensitive. [#METR-16752]
2015-09-23 20:00:01 +03:00
FunctionsTransform.cpp
dbms: Added support for nullable parameters (conditions and/or branches) in the function multiIf [#METR-19266]
2016-08-04 18:06:27 +03:00
FunctionsURL.cpp
Fixed error (tnx. artpaul) [#METR-23793].
2016-12-15 23:33:35 +03:00
FunctionsVisitParam.cpp
dbms: refactor IFunction descendants' registration in FunctionFactory
2014-11-12 21:04:49 +03:00
IFunction.cpp
Fixed error with checking number of arguments of functions [#METR-24078].
2017-01-11 05:47:43 +03:00