ClickHouse/dbms/src/Functions
2018-07-18 12:48:45 +03:00
..
GatherUtils Immutable construction for columns 2018-03-20 22:45:10 +03:00
tests Cmake: mark system includes as SYSTEM (#1449) 2018-06-06 23:21:58 +03:00
CMakeLists.txt CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
FunctionFactory.cpp changed IFunction 2018-02-08 20:18:15 +03:00
FunctionFactory.h removed prerequisites [#CLICKHOUSE-3550] 2018-02-08 20:18:52 +03:00
FunctionHelpers.cpp Merge branch 'master' of https://github.com/yandex/ClickHouse into llvm-jit 2018-05-01 22:51:37 +03:00
FunctionHelpers.h Fixed bad code in implementation of NULLs [#CLICKHOUSE-2] 2018-01-19 05:15:10 +03:00
FunctionsArithmetic.h Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
FunctionsArray.cpp Supported array(tuple) arguments for arrayEnumerateUniq function. [#CLICKHOUSE-3794] 2018-06-28 20:15:12 +03:00
FunctionsArray.h Fixed wrong code #2115 2018-07-06 22:37:58 +03:00
FunctionsCharset.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsCoding.cpp Fixed redundant code in IPv4NumToStringClassC function and removed copy-paste [#CLICKHOUSE-3281]. 2017-09-06 06:24:39 +03:00
FunctionsCoding.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsComparison.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsComparison.h Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
FunctionsConditional.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsConditional.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
FunctionsConsistentHashing.cpp Add requested changes. [#CLICKHOUSE-3606] 2018-02-26 15:14:20 +03:00
FunctionsConsistentHashing.h Applied clang-format to some imported code [#CLICKHOUSE-2] 2018-05-07 05:08:38 +03:00
FunctionsConversion.cpp Fixed code with extremely high level of ugliness [#CLICKHOUSE-3764] 2018-06-07 23:25:38 +03:00
FunctionsConversion.h Fixed error #2649 2018-07-16 03:30:13 +03:00
FunctionsDateTime.cpp removed prerequisites [#CLICKHOUSE-3550] 2018-02-08 20:18:52 +03:00
FunctionsDateTime.h Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3] 2018-05-25 16:29:15 +03:00
FunctionsEmbeddedDictionaries.cpp Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
FunctionsEmbeddedDictionaries.h Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
FunctionsExternalDictionaries.cpp Added support UUID type for dictionaries 2017-11-15 23:31:53 +03:00
FunctionsExternalDictionaries.h Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
FunctionsExternalModels.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsExternalModels.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsFindCluster.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
FunctionsFindCluster.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsFormatting.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsFormatting.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsGeo.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsGeo.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsHashing.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsHashing.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
FunctionsHigherOrder.cpp Whitespace [#CLICKHOUSE-2] 2018-02-15 19:10:25 +03:00
FunctionsHigherOrder.h Fixed bug found by PVS-Studio [#CLICKHOUSE-3] 2018-06-04 18:05:19 +03:00
FunctionsLogical.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsLogical.h Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
FunctionsMath.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsMath.h Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
FunctionsMiscellaneous.cpp CLICKHOUSE-3771: fixes 2018-07-18 12:48:45 +03:00
FunctionsMiscellaneous.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsNull.cpp Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
FunctionsNull.h Implemented generic case for comparison operators #2026 2018-07-16 09:06:44 +03:00
FunctionsProjection.cpp Applied clang-format #2272 2018-05-07 05:08:38 +03:00
FunctionsProjection.h Applied clang-format #2272 2018-05-07 05:08:38 +03:00
FunctionsRandom.cpp Function for generate an uuid v4 (#1008) 2017-07-25 20:00:38 +03:00
FunctionsRandom.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsReinterpret.cpp Fixed tests #1665 2018-01-14 03:12:23 +03:00
FunctionsReinterpret.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
FunctionsRound.cpp removed prerequisites [#CLICKHOUSE-3550] 2018-02-08 20:18:52 +03:00
FunctionsRound.h Build fixes (#2481) 2018-06-07 17:42:38 +03:00
FunctionsString.cpp Preparations #2429 2018-06-07 00:13:49 +03:00
FunctionsString.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsStringArray.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsStringArray.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsStringSearch.cpp Add // Y_IGNORE tags 2018-06-21 18:24:36 +03:00
FunctionsStringSearch.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsTransform.cpp Simplification of Nullable [#CLICKHOUSE-2] 2017-12-07 03:31:46 +03:00
FunctionsTransform.h Fixed style [#CLICKHOUSE-2] 2018-05-07 05:08:38 +03:00
FunctionsTuple.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsURL.cpp ISSUES-995 support relative path 2018-02-19 19:49:49 +08:00
FunctionsURL.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
FunctionsVisitParam.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsVisitParam.h Fixed behaviour of "visitParamExtract" functions according to the documentation [#CLICKHOUSE-2]. 2017-12-22 05:25:03 +03:00
GeoUtils.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +03:00
IFunction.cpp More accurate conversion to Nullable type in function CAST #1322 2018-07-16 03:30:13 +03:00
IFunction.h More accurate conversion to Nullable type in function CAST #1322 2018-07-16 03:30: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 Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
registerFunction.cpp.in CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
registerFunction.h.in Split FunctionsArithmetic.cpp to generated functions 2017-07-26 21:32:35 +03:00
registerFunctions_area.cpp.in Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +03:00
registerFunctions.cpp Implement jit for most arithmetic functions, remove the test function 2018-04-30 01:43:02 +03:00
registerFunctions.h Functions as separate lib 2017-04-21 21:30:16 +03:00