ClickHouse/dbms/src/Functions
alexey-milovidov 9f5e1a5b80
Merge pull request #5228 from andyyzh/fix_bitmap_issue_5220
Fix bitmap functions crash the server bug segfault
2019-05-09 23:06:57 +03:00
..
GatherUtils Removed bad and useless code in ColumnsDescription 2019-05-02 00:43:05 +03:00
tests Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
abs.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
acos.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
addDays.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addHours.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addMinutes.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addMonths.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addQuarters.cpp Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
addSeconds.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addWeeks.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
addYears.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
appendTrailingCharIfAbsent.cpp Every function in its own file, part 3 2018-09-10 02:47:56 +03:00
array.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
arrayAll.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
arrayConcat.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayCount.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
arrayCumSum.cpp Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
arrayCumSumNonNegative.cpp Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
arrayDifference.cpp Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
arrayDistinct.cpp Fixed bad code [#CLICKHOUSE-3] 2018-11-24 04:20:27 +03:00
arrayElement.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
arrayEnumerate.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arrayEnumerateDense.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayEnumerateDenseRanked.cpp Attempt to read the code #4475 2019-03-06 00:53:16 +03:00
arrayEnumerateExtended.h Do nut use Arena in ColumnsHashing for string in functions arrayUniq and arrayEnumerate. 2019-02-05 14:14:09 +03:00
arrayEnumerateRanked.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
arrayEnumerateRanked.h Miscellaneous 2019-03-06 02:05:47 +03:00
arrayEnumerateUniq.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayEnumerateUniqRanked.cpp CLICKHOUSE-4179 : arrayEnumerateDenseRanked arrayEnumerateUniqRanked (#4475) 2019-02-28 01:18:58 +03:00
arrayExists.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
arrayFilter.cpp Every function in its own file, part 4 [#CLICKHOUSE-2] 2018-09-13 04:59:51 +03:00
arrayFirst.cpp Added "reserve" for "arrayFirst" #3920 2019-01-08 18:30:04 +03:00
arrayFirstIndex.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
arrayIndex.h Fixed error #4564 2019-03-04 18:13:33 +03:00
arrayIntersect.cpp Fix array intersect. 2019-04-01 16:27:07 +03:00
arrayJoin.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
arrayMap.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
arrayPop.h Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayPopBack.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arrayPopFront.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arrayPush.h Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arrayPushBack.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayPushFront.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
arrayReduce.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
arrayResize.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arrayReverse.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
arraySlice.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
arraySort.cpp Every function in its own file, part 4 [#CLICKHOUSE-2] 2018-09-13 04:59:51 +03:00
arraySum.cpp Don't allow exceptions without code (#3645) 2018-11-23 00:19:58 +03:00
arrayUniq.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
arrayWithConstant.cpp Fixed error found by PVS-Studio 2019-04-10 22:57:30 +03:00
asin.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
assumeNotNull.cpp Every function in its own file, part 1 [#CLICKHOUSE-2] 2018-09-08 04:24:09 +03:00
atan.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
bar.cpp Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
base64Decode.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
base64Encode.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
basename.cpp Update basename.cpp 2019-04-30 19:15:08 +03:00
bitAnd.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitNot.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitOr.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitRotateLeft.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
bitRotateRight.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
bitShiftLeft.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
bitShiftRight.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
bitSwapLastTwo.cpp Disable ubsan error "outside the range of representable values" in bitSwapLastTwo.cpp 2019-04-17 19:14:31 +03:00
bitTest.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitTestAll.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitTestAny.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitXor.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
blockNumber.cpp ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
blockSize.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
caseWithExpression.cpp Fixed name [#CLICKHOUSE-2] 2018-12-07 06:21:17 +03:00
castTypeToEither.h Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
cbrt.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
CMakeLists.txt Use custom cmake file for simdjson and fix build 2019-05-08 16:20:25 +03:00
coalesce.cpp Every function in its own file, part 1 [#CLICKHOUSE-2] 2018-09-08 04:24:09 +03:00
concat.cpp Make function "concat" case insensitive for compatibility [#CLICKHOUSE-20] 2018-10-05 22:58:01 +03:00
convertCharset.cpp Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
cos.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
countEqual.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
currentDatabase.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
cutFragment.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
cutQueryString.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
cutQueryStringAndFragment.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
cutToFirstSignificantSubdomain.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
cutURLParameter.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
cutWWW.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
dateDiff.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
DateTimeTransforms.h Function toStartOfDay() now can receive a date. 2019-02-12 17:21:37 +03:00
decodeURLComponent.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
defaultValueOfArgumentType.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
divide.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
domain.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
domain.h Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
domainWithoutWWW.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
dumpColumnStructure.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
e.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
empty.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
emptyArray.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
emptyArrayToSingle.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
EmptyImpl.h Fixed error #4564 2019-03-04 18:50:23 +03:00
endsWith.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
equals.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:40:47 +03:00
erf.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
erfc.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
exp2.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
exp10.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
exp.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
extractTimeZoneFromFunctionArguments.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
extractTimeZoneFromFunctionArguments.h Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
extractURLParameter.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
extractURLParameterNames.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
extractURLParameters.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
filesystem.cpp new functions filesystemAvailable, filesystemFree and filesystemCapacity 2019-01-18 16:44:53 +01:00
finalizeAggregation.cpp Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
firstSignificantSubdomain.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
firstSignificantSubdomain.h Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
flatten.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
formatDateTime.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
fragment.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
fragment.h Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
FunctionArrayMapped.h Miscellanous changes in ColumnArray (#4857) 2019-03-30 13:46:17 +03:00
FunctionBase64Conversion.h Add Y_IGNORE (#4521) 2019-02-27 19:52:08 +03:00
FunctionBinaryArithmetic.h Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
FunctionBitTestMany.h Fixed name [#CLICKHOUSE-2] 2018-12-07 06:21:17 +03:00
FunctionDateOrDateTimeAddInterval.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionDateOrDateTimeToSomething.h Function toStartOfDay() now can receive a date. 2019-02-12 17:21:37 +03:00
FunctionFactory.cpp produce hints for typo functions and types 2019-02-02 17:54:50 +03:00
FunctionFactory.h CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions 2018-07-25 19:08:23 +03:00
FunctionHelpers.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
FunctionHelpers.h Little better #3624 2018-11-20 23:09:20 +03:00
FunctionIfBase.h Disable JIT compilation for comparison of Date and DateTime and conditional operator 2019-02-04 01:08:17 +03:00
FunctionJoinGet.cpp separate Read and Write lock holders, better method names 2019-03-07 21:10:21 +03:00
FunctionJoinGet.h Miscellaneous 2019-05-05 02:12:55 +03:00
FunctionMathBinaryFloat64.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
FunctionMathConstFloat64.h Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
FunctionMathUnaryFloat64.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
FunctionNumericPredicate.h Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
FunctionsBitmap.cpp Added bitmap function feature with roaring bitmap 2019-01-31 21:26:11 +08:00
FunctionsBitmap.h Fix bitmap functions crash the server bug segfault 2019-05-09 17:24:36 +08:00
FunctionsCoding.cpp CIDR functions: better code #5095 2019-05-02 16:04:24 +03:00
FunctionsCoding.h CIDR functions: better code #5095 2019-05-02 16:04:24 +03:00
FunctionsComparison.h Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
FunctionsConsistentHashing.cpp Add requested changes. [#CLICKHOUSE-3606] 2018-02-26 15:14:20 +03:00
FunctionsConsistentHashing.h refactoring: add some sugar in type checks [CLICKHOUSE-0002] 2018-09-07 17:37:26 +03:00
FunctionsConversion.cpp Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
FunctionsConversion.h Added [[noreturn]] attributes for functions that throw unconditionally 2019-04-10 23:27:14 +03:00
FunctionsEmbeddedDictionaries.cpp Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
FunctionsEmbeddedDictionaries.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
FunctionsExternalDictionaries.cpp Implement dictGet[OrDefault] 2018-11-15 21:48:00 +08:00
FunctionsExternalDictionaries.h Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
FunctionsExternalModels.cpp Support multiclass models for CatBoost. 2018-12-28 21:08:32 +03:00
FunctionsExternalModels.h Support multiclass models for CatBoost. 2018-12-28 21:08:32 +03:00
FunctionsFindCluster.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
FunctionsFindCluster.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
FunctionsFormatting.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsFormatting.h Fixed test 2019-02-10 00:03:42 +03:00
FunctionsGeo.cpp Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
FunctionsGeo.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionsHashing.cpp Allow build without ssl (#4525) (#4750) 2019-03-22 14:18:24 +03:00
FunctionsHashing.h Attempt to make compositions with COWPtr more convenient 2019-03-25 04:43:54 +03:00
FunctionsJSON.cpp Use custom cmake file for simdjson and fix build 2019-05-08 16:20:25 +03:00
FunctionsJSON.h Use custom cmake file for simdjson and fix build 2019-05-08 16:20:25 +03:00
FunctionsLogical.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsLogical.h More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
FunctionsMiscellaneous.h Function execution with dry runs 2018-12-02 19:02:04 +08:00
FunctionsRandom.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionsRandom.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
FunctionsReinterpret.cpp Fixed tests #1665 2018-01-14 03:12:23 +03:00
FunctionsReinterpret.h Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
FunctionsRound.cpp Merge branch 'master' into feature/roundDown-function 2018-11-30 19:07:49 +03:00
FunctionsRound.h Build and test fixes (#4873) 2019-04-02 12:43:53 +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 type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
FunctionsStringRegex.cpp Hyperscan better usage of scratch space and error handling 2019-03-31 23:19:22 +03:00
FunctionsStringRegex.h Better renamings of fuzzy string search 2019-03-29 04:27:17 +03:00
FunctionsStringSearch.cpp fix hyperscan to treat regular expressions as utf-8 expressions 2019-05-05 09:51:59 +03:00
FunctionsStringSearch.h Added hyperscan fuzzy search 2019-03-29 04:02:05 +03:00
FunctionsStringSimilarity.cpp Zero initialization instead of memset 2019-05-06 11:34:28 +03:00
FunctionsStringSimilarity.h ngram vector_vector distance added 2019-05-05 23:48:46 +03:00
FunctionStartsEndsWith.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionStringOrArrayToT.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionStringToString.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
FunctionsURL.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
FunctionsVisitParam.cpp Removed useless include [#CLICKHOUSE-2] 2018-11-25 03:16:14 +03:00
FunctionsVisitParam.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
FunctionUnaryArithmetic.h Fixed build #3926 2018-12-27 01:56:54 +03:00
gcd.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
generateUUIDv4.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 04:57:01 +03:00
GeoUtils.h Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
getSizeOfEnumType.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
greater.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:40:47 +03:00
greaterOrEquals.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:40:47 +03:00
greatest.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
has.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
hasAll.cpp Every function in its own file, part 3 2018-09-10 03:51:08 +03:00
hasAllAny.h Update hasAllAny.h 2019-03-15 02:12:30 +03:00
hasAny.cpp Every function in its own file, part 3 2018-09-10 03:51:08 +03:00
hasColumnInTable.cpp Fixed bugs found by PVS-Studio 2019-01-09 18:44:20 +03:00
hostName.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
identity.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
if.cpp Added [[noreturn]] attributes for functions that throw unconditionally 2019-04-10 23:27:14 +03:00
ifNull.cpp Every function in its own file, part 1 [#CLICKHOUSE-2] 2018-09-08 04:26:46 +03:00
IFunction.cpp CLICKHOUSE-4179 : arrayEnumerateDenseRanked arrayEnumerateUniqRanked (#4475) 2019-02-28 01:18:58 +03:00
IFunction.h ISSUES-3885 better test & fix isStateful bug 2019-01-30 12:49:00 +08:00
ignore.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
ignoreExceptNull.cpp Add function ignoreExceptNull to meet nullable functionIn's requirement for optimization of analyse. 2019-05-07 13:20:23 +08:00
in.cpp Update in.cpp 2019-04-30 20:26:56 +03:00
indexHint.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
indexOf.cpp Every function in its own file, part 3 2018-09-09 23:57:54 +03:00
intDiv.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
intDiv.h Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
intDivOrZero.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
intExp2.cpp Addition to prev. revision #3926 2018-12-27 03:02:11 +03:00
intExp10.cpp Addition to prev. revision #3926 2018-12-27 03:02:11 +03:00
isFinite.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
isInfinite.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
isNaN.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
isNotNull.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
isNull.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
isValidUTF8.cpp isValidUTF8 movemask is a bad choice, let's use testz 2019-04-16 15:49:22 +03:00
lcm.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
least.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
length.cpp Some additions to Amos Bird's optimization #3920 2018-12-27 22:58:30 +03:00
lengthUTF8.cpp Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
less.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:40:47 +03:00
lessOrEquals.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:40:47 +03:00
lgamma.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
likePatternToRegexp.h translate comments 2017-05-14 19:03:55 +04:00
log2.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
log10.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
log.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
lowCardinalityIndices.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
lowCardinalityKeys.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
lower.cpp Avoid repeating constants 2018-12-06 16:22:57 +03:00
LowerUpperImpl.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
LowerUpperUTF8Impl.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
lowerUTF8.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
materialize.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
minus.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
modulo.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
multiIf.cpp Miscellaneous 2019-03-23 04:27:08 +03:00
multiply.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
negate.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
notEmpty.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
notEquals.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:42:18 +03:00
now.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
nullIf.cpp Every function in its own file, part 1 [#CLICKHOUSE-2] 2018-09-08 04:26:46 +03:00
path.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
pathFull.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
pi.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
plus.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
pow.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
protocol.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
protocol.h Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
queryString.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
queryString.h Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
queryStringAndFragment.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
queryStringAndFragment.h Fix function cutQueryStringAndFragment(). 2019-04-03 15:58:38 +03:00
rand64.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 04:57:01 +03:00
rand.cpp Additional function case insensitivity from #3704 2018-12-19 17:46:18 +03:00
randConstant.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 04:57:01 +03:00
range.cpp Every function in its own file, part 3 2018-09-10 00:15:40 +03:00
regexpQuoteMeta.cpp Fixed test [#CLICKHOUSE-2] 2018-12-23 05:12:18 +03:00
Regexps.h fix hyperscan to treat regular expressions as utf-8 expressions 2019-05-05 09:51:59 +03:00
registerFunctions.cpp Add Simdjson API 2019-05-08 16:20:25 +03:00
registerFunctions.h Functions as separate lib 2017-04-21 21:30:16 +03:00
registerFunctionsArithmetic.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
registerFunctionsArray.cpp Merge branch 'array-flatten-function' of https://github.com/kzon/ClickHouse into kzon-array-flatten-function 2019-03-01 19:42:06 +03:00
registerFunctionsComparison.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
registerFunctionsConditional.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 05:47:47 +03:00
registerFunctionsDateTime.cpp Add time function toStartOfInterval(). 2019-02-11 14:59:17 +03:00
registerFunctionsHigherOrder.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
registerFunctionsMath.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
registerFunctionsMiscellaneous.cpp Merge pull request #5152 from janplus/bug-null-in 2019-05-09 19:22:41 +03:00
registerFunctionsNull.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
registerFunctionsRandom.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 04:57:01 +03:00
registerFunctionsString.cpp Added support for non-constant and negative size and length arguments for function substringUTF8 2019-04-12 03:34:11 +03:00
registerFunctionsTuple.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
registerFunctionsURL.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
replicate.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
reverse.cpp Added some warnings from clang's -Weverything 2019-01-04 16:32:08 +03:00
reverseUTF8.cpp Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
roundAge.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
roundDuration.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
roundToExp2.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
rowNumberInAllBlocks.cpp ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
rowNumberInBlock.cpp ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
runningAccumulate.cpp ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
runningDifference.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
runningDifference.h ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
runningDifferenceStartingWithFirstValue.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sin.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
sleep.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sleep.h Fixed possible overflow in function "sleep" (found by fuzz test with UBSan) #4166 2019-01-29 13:42:45 +03:00
sleepEachRow.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sqrt.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
startsWith.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
substring.cpp Fixed inconsistent whitespaces 2019-04-12 03:37:07 +03:00
subtractDays.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractHours.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractMinutes.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractMonths.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractQuarters.cpp Introduce quarter interval kind as 3 months (in preparation for #3705) 2018-12-18 16:16:48 +03:00
subtractSeconds.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractWeeks.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
subtractYears.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
tan.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
tgamma.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
throwIf.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
timeSlot.cpp Fixed "timeSlot" and "timeSlots" functions [#CLICKHOUSE-4016] 2018-10-12 03:40:19 +03:00
timeSlots.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
timezone.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
toColumnTypeName.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
today.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
toDayOfMonth.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toDayOfWeek.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toDayOfYear.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toHour.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toISOWeek.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toISOYear.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toLowCardinality.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
toMinute.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toMonday.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toMonth.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toNullable.cpp Every function in its own file, part 1 [#CLICKHOUSE-2] 2018-09-08 04:24:09 +03:00
topLevelDomain.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
toQuarter.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeDayNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeHourNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeMinuteNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeMonthNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeQuarterNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeSecondNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeWeekNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toRelativeYearNum.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toSecond.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfDay.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfFifteenMinutes.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfFiveMinute.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfHour.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfInterval.cpp Function toStartOfDay() now can receive a date. 2019-02-12 17:21:37 +03:00
toStartOfISOYear.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfMinute.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfMonth.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfQuarter.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toStartOfTenMinutes.cpp Add function toStartOfTenMinutes(). 2019-02-07 01:50:04 +03:00
toStartOfYear.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toTime.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toTimeZone.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toTypeName.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
toYear.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toYYYYMM.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toYYYYMMDD.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
toYYYYMMDDhhmmss.cpp Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
transform.cpp A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
trim.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
tryBase64Decode.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
tuple.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
tupleElement.cpp Every function in its own file, part 3 2018-09-10 03:58:04 +03:00
upper.cpp Avoid repeating constants 2018-12-06 16:22:57 +03:00
upperUTF8.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
uptime.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
URLHierarchy.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
URLPathHierarchy.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
version.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
visibleWidth.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
yesterday.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00