ClickHouse/dbms/src/Functions
2017-12-19 00:04:19 +03:00
..
tests Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
CMakeLists.txt Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 06:56:56 +03:00
FunctionHelpers.h Fixed error found by M.Filimonov [#CLICKHOUSE-2]. 2017-12-19 00:04:19 +03:00
FunctionsArithmetic.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-18 05:37:08 +03:00
FunctionsArray.cpp Fixed error [#CLICKHOUSE-2]. 2017-12-18 09:39:07 +03:00
FunctionsArray.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 09:02:54 +03:00
FunctionsCharset.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 05:34:02 +03: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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 05:34:02 +03:00
FunctionsComparison.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
FunctionsComparison.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 07:29:34 +03:00
FunctionsConditional.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 07:29:34 +03:00
FunctionsConditional.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
FunctionsConversion.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +03:00
FunctionsConversion.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
FunctionsDateTime.cpp Added changes from proller [#CLICKHOUSE-2]. 2017-12-14 00:09:31 +03:00
FunctionsDateTime.h Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
FunctionsEmbeddedDictionaries.cpp Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
FunctionsEmbeddedDictionaries.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:34:07 +03:00
FunctionsExternalDictionaries.cpp Added support UUID type for dictionaries 2017-11-15 23:31:53 +03:00
FunctionsExternalDictionaries.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:34:07 +03:00
FunctionsExternalModels.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
FunctionsExternalModels.h added registerFunctionsExternalModels [#CLICKHOUSE-3305] 2017-10-20 19:13:28 +03:00
FunctionsFindCluster.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
FunctionsFindCluster.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsFormatting.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsFormatting.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsGeo.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 04:43:19 +03:00
FunctionsGeo.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:46:46 +03:00
FunctionsHashing.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsHashing.h Make DataTypes totally immutable [#CLICKHOUSE-2]. 2017-12-18 04:11:48 +03:00
FunctionsHigherOrder.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsHigherOrder.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:46:46 +03:00
FunctionsLogical.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsLogical.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsMath.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsMath.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:46:46 +03:00
FunctionsMiscellaneous.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
FunctionsMiscellaneous.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 03:50:25 +03:00
FunctionsNull.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
FunctionsNull.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 07:52:38 +03:00
FunctionsRandom.cpp Function for generate an uuid v4 (#1008) 2017-07-25 20:00:38 +03:00
FunctionsRandom.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsReinterpret.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsReinterpret.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:52:47 +03:00
FunctionsRound.cpp Added function aliases for 'trunc' [#CLICKHOUSE-2]. 2017-09-17 01:11:20 +03:00
FunctionsRound.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsString.cpp Make DataTypes totally immutable [#CLICKHOUSE-2]. 2017-12-18 04:11:48 +03:00
FunctionsString.h Make DataTypes totally immutable [#CLICKHOUSE-2]. 2017-12-18 04:11:48 +03:00
FunctionsStringArray.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsStringArray.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:52:47 +03:00
FunctionsStringSearch.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:52:47 +03:00
FunctionsStringSearch.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:21:04 +03:00
FunctionsTransform.cpp Simplification of Nullable [#CLICKHOUSE-2] 2017-12-07 03:31:46 +03:00
FunctionsTransform.h Make DataTypes totally immutable [#CLICKHOUSE-2]. 2017-12-18 04:11:48 +03:00
FunctionsURL.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 00:32:25 +03:00
FunctionsURL.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 00:32:25 +03:00
FunctionsVisitParam.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FunctionsVisitParam.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 00:32:25 +03:00
GatherUtils_concat.cpp Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 04:34:52 +03:00
GatherUtils_createArraySink.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 09:02:54 +03:00
GatherUtils_createArraySource.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 09:02:54 +03:00
GatherUtils_selectors.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 04:34:52 +03:00
GatherUtils_sliceDynamicOffsetBounded.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 04:21:59 +03:00
GatherUtils_sliceDynamicOffsetUnbounded.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 04:21:59 +03:00
GatherUtils_sliceFromLeftConstantOffsetBounded.cpp Split GatherUtils.cpp for faster compile (#1312) 2017-10-12 22:58:39 +03:00
GatherUtils_sliceFromLeftConstantOffsetUnbounded.cpp Split GatherUtils.cpp for faster compile (#1312) 2017-10-12 22:58:39 +03:00
GatherUtils_sliceFromRightConstantOffsetBounded.cpp Split GatherUtils.cpp for faster compile (#1312) 2017-10-12 22:58:39 +03:00
GatherUtils_sliceFromRightConstantOffsetUnbounded.cpp Split GatherUtils.cpp for faster compile (#1312) 2017-10-12 22:58:39 +03:00
GatherUtils.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 04:21:59 +03:00
GeoUtils.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 08:46:46 +03:00
IFunction.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 00:11:24 +03:00
IFunction.h Better [#CLICKHOUSE-2]. 2017-12-01 22:34:51 +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 added registerFunctionsExternalModels [#CLICKHOUSE-3305] 2017-10-20 19:13:28 +03:00
registerFunctions.h Functions as separate lib 2017-04-21 21:30:16 +03:00