ClickHouse/dbms/src/Functions
2017-03-16 13:51:41 +04:00
..
Conditional Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04:00
tests Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +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 better split FunctionsMiscellaneous.cpp 2017-03-10 16:13:32 +03:00
FunctionsCharset.cpp Using ICU instead of iconv. Improved performance of 'convertCharset' function [#CLICKHOUSE-2879]. 2017-03-11 07:36:14 +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 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 Added support for NULLS FIRST and LAST in ORDER BY [#CLICKHOUSE-2882]. 2017-03-12 15:56:59 +03:00
FunctionsNull.cpp Refactoring of numeric DataTypes (#581) 2017-03-12 14:13:45 +04: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 DataTypeNull: move code to cpp [#CLICKHOUSE-2]. 2017-03-12 13:38:46 +03:00
FunctionsStringArray.cpp dbms: added function arrayStringConcat [#METR-18022]. 2015-10-19 21:49:52 +03:00
FunctionsStringSearch.cpp add cmake option USE_VECTORIZED_MATH_FUNCTIONS, reorganize auto configs 2017-03-16 13:51:41 +04: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 split FunctionsStringSearch.h (#572) 2017-03-10 21:52:36 +04:00
FunctionsVisitParam.cpp Fixed debug build [#CLICKHOUSE-2]. 2017-03-12 14:09:25 +03:00
IFunction.cpp Fixed error with checking number of arguments of functions [#METR-24078]. 2017-01-11 05:47:43 +03:00