ClickHouse/dbms/src/Functions
2016-12-15 22:12:41 +05:00
..
Conditional dbms: Server: Adding nullable types support for arrays. Ongoing. [#METR-19266] 2016-09-11 10:40:47 +03:00
tests Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03: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 dbms: Server: merged from master [#METR-19266] 2016-10-19 18:00:56 +03:00
FunctionsArithmetic.cpp dbms: added least and greatest functions [#METR-17233]. 2015-07-10 05:57:32 +03:00
FunctionsArray.cpp Merging [#METR-19266]. 2016-12-10 09:22:03 +03:00
FunctionsCharset.cpp dbms: Server: merged from master [#METR-19266] 2016-10-19 18:00:56 +03: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 Merging [#METR-19266]. 2016-12-10 09:22:03 +03:00
FunctionsConversion.cpp More verbose error message when conversion function cannot parse value from string [#METR-22408]. 2016-08-17 10:51:39 +03:00
FunctionsDateTime.cpp dbms: Server: Added function toStartOfFiveMinute. [#METR-14495] 2015-06-03 17:27:03 +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 METR-22322: rename function, add comments 2016-08-14 15:18:11 +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 Do not include ClickHouseRevision.h in header files [#METR-2944]. 2016-12-12 08:14:46 +03:00
FunctionsNull.cpp dbms: Better code for functions processing. Code cleanup. [#METR-19266] 2016-08-15 14:14:29 +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 Merge branch 'master' into METR-19266 2016-12-10 07:51:36 +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 fix decodeUrl; decode all values; add more tests 2016-12-15 22:12:41 +05:00
FunctionsVisitParam.cpp dbms: refactor IFunction descendants' registration in FunctionFactory 2014-11-12 21:04:49 +03:00
IFunction.cpp dbms: Server: fixes [#METR-19266] 2016-10-21 17:15:25 +03:00