ClickHouse/dbms/include/DB/Functions
2014-03-27 16:06:45 +04:00
..
FunctionFactory.h dbms: prepared to use functions with dictionaries [#CONV-2944]. 2012-12-18 20:06:36 +00:00
FunctionsArithmetic.h Removed 'tr1' [#METR-2807]. 2014-01-08 16:33:28 +00:00
FunctionsArray.h dbms: added support for negative array indices [#METR-9723]. 2014-01-29 01:59:01 +00:00
FunctionsCoding.h dbms: preparation [#CONV-2944]. 2013-09-15 05:51:43 +00:00
FunctionsComparison.h clickhouse: not allowing comparison between Date and DateTime. [#METR-2807] 2013-12-27 14:51:31 +00:00
FunctionsConditional.h dbms: don't zero-fill columns with numbers [#METR-8582]. 2013-12-08 02:29:40 +00:00
FunctionsConversion.h ClickHouse: fixed toFixedString exception text. [#METR-9091] 2013-12-05 13:15:04 +00:00
FunctionsDateTime.h functions: replaceOne replaceAll implementation, few code-style changes [METR-9750] 2014-01-27 13:49:06 +00:00
FunctionsDictionaries.h functions: Relative Date-time functions + regionToContinent support [METR-9582] 2014-01-22 12:27:55 +00:00
FunctionsFormatting.h dbms: preparation [#CONV-2944]. 2013-09-15 05:51:43 +00:00
FunctionsHashing.h dbms: eased use of SipHash [#METR-9019]. 2013-10-21 16:32:49 +00:00
FunctionsHigherOrder.h clickhouse: readable exception instead of NULL pointer for some higher order functions in some cases. [#METR-9254] 2013-12-30 13:08:47 +00:00
FunctionsLogical.h small style fix. [#METR-9599] 2014-02-24 11:37:13 +04:00
FunctionsMiscellaneous.h dbms: Global in function, sexternal tables transfers to remote servers [METR-10071] 2014-03-27 16:06:45 +04:00
FunctionsRandom.h dbms: a little better initialization of RNG [#METR-9599]. 2014-02-22 23:51:19 +04:00
FunctionsReinterpret.h dbms: preparation [#CONV-2944]. 2013-09-15 05:51:43 +00:00
FunctionsRound.h dbms: fixed typo [#CONV-2944]. 2012-12-24 17:23:30 +00:00
FunctionsString.h functions: replaceOne replaceAll implementation, few code-style changes [METR-9750] 2014-01-27 13:49:06 +00:00
FunctionsStringArray.h dbms: fixed error [#METR-9119]. 2013-10-31 19:24:22 +00:00
FunctionsStringSearch.h functions: fixed bug with empty match in replaceRegexp [METR-9582] 2014-02-07 12:26:25 +00:00
FunctionsURL.h functions: URLPathHierarchy implementation [METR-9922] 2014-02-11 19:18:38 +00:00
FunctionsVisitParam.h dbms: don't zero-fill columns with numbers [#METR-8582]. 2013-12-08 02:29:40 +00:00
IFunction.h dbms: Fixed leak [#METR-9750]. Enabled warning, fixed potential errors. 2014-02-23 04:37:25 +04:00
NumberTraits.h dbms: Rename all binary operations from bitwise* to bit* (e.g. bitwiseAnd -> bitAnd) [METR-9508] 2013-12-17 16:06:52 +00:00