ClickHouse/dbms/src/Functions
2018-06-04 18:05:19 +03:00
..
GatherUtils Immutable construction for columns 2018-03-20 22:45:10 +03:00
tests Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
CMakeLists.txt Build fixes (#2347) 2018-05-11 17:16:16 +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 Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
FunctionsArray.cpp Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +03:00
FunctionsArray.h Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +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 Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +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 Better exception message [#CLICKHOUSE-2] 2018-05-10 18:20:19 +03:00
FunctionsConversion.h Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3] 2018-05-25 16:29:15 +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 Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsExternalDictionaries.cpp Added support UUID type for dictionaries 2017-11-15 23:31:53 +03:00
FunctionsExternalDictionaries.h Conditional computations. 2018-04-24 09:16:39 +02: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 Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +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 Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
FunctionsMath.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsMath.h Non significant changes according to clang's -Weverything, part 2 [#CLICKHOUSE-2] 2018-06-03 20:43:56 +03:00
FunctionsMiscellaneous.cpp Fixed element types for explicit set in IN function. [#CLICKHOUSE-3730] 2018-05-15 18:38:04 +03:00
FunctionsMiscellaneous.h Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsNull.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
FunctionsNull.h Conditional computations. 2018-04-24 09:16:39 +02: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 Merge branch 'master' of https://github.com/yandex/ClickHouse into llvm-jit 2018-05-01 22:51:37 +03:00
FunctionsString.cpp Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +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 Conditional computations. 2018-04-24 09:16:39 +02: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 Style #1925 2018-04-19 07:25:08 +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 Fixed error; added ProfileEvent #2277 2018-05-07 09:23:18 +03:00
IFunction.h Non significant changes according to clang's -Weverything, part 2 [#CLICKHOUSE-2] 2018-06-03 20:43:56 +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 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 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