ClickHouse/dbms/src/Functions
2017-09-01 20:14:47 +03:00
..
Conditional Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
tests Miscellaneous [#CLICKHOUSE-2]. 2017-08-13 00:02:45 +03:00
CMakeLists.txt added arrayPushBack arrayPushFront arrayPopBack arrayPopFront function [#CLICKHOUSE-2090] 2017-08-24 19:46:40 +03:00
FunctionFactory.cpp Cleanup function factories: 2017-08-18 21:15:57 +03:00
FunctionFactory.h Cleanup function factories: 2017-08-18 21:15:57 +03:00
FunctionHelpers.cpp Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionHelpers.h Removed "dispatchFor" templates, because gcc 6 cannot compile them (only clang is capable) [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsArithmetic.h Removed "dispatchFor" templates, because gcc 6 cannot compile them (only clang is capable) [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsArray.cpp restored identation in FunctionsArray.cpp [#CLICKHOUSE-2090] 2017-09-01 19:57:01 +03:00
FunctionsArray.h fixed comment [#CLICKHOUSE-2090] 2017-09-01 15:23:06 +03:00
FunctionsCharset.cpp Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsCoding.cpp Function for generate an uuid v4 (#1008) 2017-07-25 20:00:38 +03:00
FunctionsCoding.h Fixed error [#CLICKHOUSE-2]. 2017-08-14 02:58:04 +03:00
FunctionsComparison.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
FunctionsComparison.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsConditional.cpp Fixed incompatibility [#CLICKHOUSE-2]. 2017-08-14 07:23:38 +03:00
FunctionsConditional.h Miscellaneous [#CLICKHOUSE-2]. 2017-08-07 04:37:52 +03:00
FunctionsConversion.cpp Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
FunctionsConversion.h Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsDateTime.cpp added date and time to number functions [#CLICKHOUSE-3132] 2017-07-21 20:51:08 +03:00
FunctionsDateTime.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsEmbeddedDictionaries.cpp Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
FunctionsEmbeddedDictionaries.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsExternalDictionaries.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsExternalDictionaries.h Update FunctionsExternalDictionaries.h 2017-08-10 06:29:06 +03:00
FunctionsFindCluster.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
FunctionsFindCluster.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsFormatting.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsFormatting.h Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
FunctionsGeo.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsGeo.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsHashing.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsHashing.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsHigherOrder.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsHigherOrder.h Fixed errors [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsLogical.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsLogical.h Removed "dispatchFor" templates, because gcc 6 cannot compile them (only clang is capable) [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsMath.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsMath.h Fixed build with gcc-7.1 [#CLICKHOUSE-2]. 2017-08-01 04:25:03 +03:00
FunctionsMiscellaneous.cpp Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsMiscellaneous.h Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsNull.cpp Fixed errors [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsNull.h Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsRandom.cpp Function for generate an uuid v4 (#1008) 2017-07-25 20:00:38 +03:00
FunctionsRandom.h Function for generate an uuid v4 (#1008) 2017-07-25 20:00:38 +03:00
FunctionsReinterpret.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsReinterpret.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsRound.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsRound.h Fixed error in one of prev. revisions [#CLICKHOUSE-3150]. 2017-07-30 22:47:32 +03:00
FunctionsString.cpp supported || for arrayConcat [#CLICKHOUSE-2090] 2017-08-25 16:05:26 +03:00
FunctionsString.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsStringArray.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsStringArray.h Fixed insufficient arguments checking [#CLICKHOUSE-3102]. 2017-08-16 17:21:24 +03:00
FunctionsStringSearch.cpp Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsStringSearch.h Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsTransform.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsTransform.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsURL.cpp Functions simplification [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
FunctionsURL.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsVisitParam.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsVisitParam.h Fixed garbage [#CLICKHOUSE-2]. 2017-08-09 04:35:12 +03:00
GatherUtils.cpp reformated GatherUtils.cpp [#CLICKHOUSE-2090] 2017-09-01 20:07:58 +03:00
GatherUtils.h removed useless code from GatherUtils [#CLICKHOUSE-2090] 2017-09-01 20:14:47 +03:00
IFunction.cpp Fixed errors [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
IFunction.h Cleaning old code [#CLICKHOUSE-2]. 2017-07-25 01:44:13 +03:00
likePatternToRegexp.h translate comments 2017-05-14 19:03:55 +04:00
ObjectPool.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Regexps.h translate comments 2017-05-14 19:03:55 +04:00
registerFunction.cpp.in Split FunctionsArithmetic.cpp to generated functions 2017-07-26 21:32:35 +03:00
registerFunction.h.in Split FunctionsArithmetic.cpp to generated functions 2017-07-26 21:32:35 +03:00
registerFunctions_area.cpp.in Split FunctionsArray.cpp register (#1043) 2017-07-30 15:31:58 +03:00
registerFunctions.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
registerFunctions.h Functions as separate lib 2017-04-21 21:30:16 +03:00