ClickHouse/dbms/src/Functions
Alexey Milovidov 8b3afeb60d Squashed commit of the following:
commit f968e7e7f0d84c89fd26dea1d541bd9f6041d7c8
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Tue Feb 16 06:11:29 2016 +0300

    Addition [#METR-2944].

commit 7524981fa7c4f22929dd5009444a0ae28500f620
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Tue Feb 16 06:08:43 2016 +0300

    Fixed error (incomplete) [#METR-2944].

commit 2f1e7bf9f46cd9ce958ade9041c00ce067940fd2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Tue Feb 16 05:37:43 2016 +0300

    Improving performance of row formats [#METR-2944].

commit 9848910f235863c9571ef1ebe0d87d4929ee283c
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Tue Feb 16 00:37:12 2016 +0300

    Improving performance of text formats [#METR-2944].

commit 3aedc7fd784af962e64ffdd10ec23ac53827d8e2
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Tue Feb 16 00:18:00 2016 +0300

    Improving performance of row formats [#METR-2944].

commit cb5932c2b0385604477e69c8262dc31a4bb4b23b
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Mon Feb 15 00:53:27 2016 +0300

    Fixed error.

commit 42863fd4eddeef594e846c598b92877b6ff86fa6
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Feb 14 23:13:46 2016 +0300

    Improving performance of row formats [#METR-2944].

commit 71c6fb19a85a79297433ceb486fdb97e551d964f
Author: Alexey Milovidov <milovidov@yandex-team.ru>
Date:   Sun Feb 14 16:58:56 2016 +0300

    Improving performance of row formats [#METR-2944].
2016-02-16 19:39:39 +03:00
..
tests Removed sensitive data. 2016-02-08 00:58:58 +03:00
CMakeLists.txt Removed sensitive data. 2016-02-08 00:58:58 +03:00
FunctionFactory.cpp dbms: cutting dependency [#METR-2944]. 2016-01-12 05:21:15 +03:00
FunctionsArithmetic.cpp dbms: added least and greatest functions [#METR-17233]. 2015-07-10 05:57:32 +03:00
FunctionsArray.cpp dbms: added function 'arrayReduce' [#METR-19264]. 2015-12-13 13:43:49 +03:00
FunctionsCoding.cpp Merge 2015-09-02 16:05:17 +03:00
FunctionsComparison.cpp dbms: refactor IFunction descendants' registration in FunctionFactory 2014-11-12 21:04:49 +03:00
FunctionsConditional.cpp dbms: refactor IFunction descendants' registration in FunctionFactory 2014-11-12 21:04:49 +03:00
FunctionsConversion.cpp dbms: CAST(expression AS type) [#METR-19265] 2015-12-25 15:06:16 +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
FunctionsHashing.cpp dbms: add function metroHash64 2015-07-20 17:59:29 +03:00
FunctionsHigherOrder.cpp dbms: refactor IFunction descendants' registration in FunctionFactory 2014-11-12 21:04:49 +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 Squashed commit of the following: 2016-02-16 19:39:39 +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 dbms: add concatAssumeInjective [#METR-18261] 2015-10-14 15:50:21 +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: addition to prev. revision [#METR-15987]. 2015-06-03 06:32:37 +03:00
FunctionsURL.cpp dbms: add pathFull function. [#METR-13679] 2014-12-05 16:32:22 +03:00
FunctionsVisitParam.cpp dbms: refactor IFunction descendants' registration in FunctionFactory 2014-11-12 21:04:49 +03:00