ClickHouse/dbms/src/Functions
2019-11-10 16:13:26 +03:00
..
array Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
GatherUtils adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
tests Better link and deps (#3631) 2018-11-21 22:20:27 +03:00
URL Build fix 2019-09-11 10:53:56 +08:00
abs.cpp ubsan fix 2019-11-02 17:00:03 +08:00
acos.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
addDays.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addHours.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addMinutes.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addMonths.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addQuarters.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addressToLine.cpp Build fixes (#7063) 2019-10-05 22:25:31 +03:00
addressToSymbol.cpp Build fixes (#7063) 2019-10-05 22:25:31 +03:00
addSeconds.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addWeeks.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
addYears.cpp Simplified customizing add/substract-Interval functions for DateTime64 2019-10-10 16:49:40 +03:00
appendTrailingCharIfAbsent.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
asin.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
assumeNotNull.cpp fixes after review 2019-10-02 20:51:00 +03:00
atan.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
bar.cpp move IColumn.isColumnConst() outside of interface 2019-06-27 22:28:52 +03:00
base64Decode.cpp Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
base64Encode.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
bitAnd.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
bitBoolMaskAnd.cpp add it's a bug mes 2019-08-15 21:48:48 +03:00
bitBoolMaskOr.cpp add it's a bug mes 2019-08-15 21:48:48 +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 add it's a bug mes 2019-08-15 21:48:48 +03:00
bitTest.cpp Fixed ubsan report in fuzz test 2019-07-09 01:30:30 +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
bitWrapperFunc.cpp ubsan fix 2019-11-02 17:00:03 +08: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 Using FastOps library 2019-08-01 03:29:32 +03:00
CMakeLists.txt Add new dictionary layout (sparse_hashed) that is more memory efficient 2019-09-21 02:22:40 +03:00
coalesce.cpp fixes after review 2019-10-02 20:51:00 +03:00
concat.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
config_functions.h.in Added "fastops" as submodule 2019-07-23 02:41:06 +03:00
convertCharset.cpp Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
cos.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
CRC.cpp Use crc32_z() over crc32(), since it size_t for length 2019-10-25 23:32:29 +03:00
currentDatabase.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
currentUser.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
CustomWeekTransforms.h Fixed toWeek, toYearWeek, toStartOfWeek with DateTime64 2019-10-23 15:27:36 +03:00
dateDiff.cpp Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
DateTimeTransforms.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
defaultValueOfArgumentType.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
demange.cpp Added a flag to disable introspection functions 2019-07-30 02:54:49 +03:00
divide.cpp Allowed some UB under UBSan #3926 2018-12-27 02:55:09 +03:00
DummyJSONParser.h Optimization by using implementation-specific JSONParser::sizeOfArray(), JSONParser::sizeOfObject(). 2019-05-17 17:24:13 +03:00
dumpColumnStructure.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
e.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
empty.cpp Move file Functions/array/empty.cpp -> Functions/empty.cpp 2019-06-27 20:45:41 +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 WIP: Candidate1 - Much less code. Several TODO's are still there 2019-07-16 23:57:11 +03:00
erf.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
erfc.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
evalMLMethod.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
exp2.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
exp10.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
exp.cpp Enabled "precise" mode; updated tests 2019-08-01 22:17:49 +03:00
extractTimeZoneFromFunctionArguments.cpp Moved DataTypeDateTime64 and now64() to separate source files. 2019-10-14 11:38:03 +03:00
extractTimeZoneFromFunctionArguments.h Every function in its own file, part 5 [#CLICKHOUSE-2] 2018-09-26 03:31:40 +03:00
filesystem.cpp Changed boost::filesystem to std::filesystem 2019-08-01 01:37:41 +03:00
finalizeAggregation.cpp Fixed bad code with arithmetic ops on aggregate function states 2019-03-23 05:35:50 +03:00
formatDateTime.cpp Fixed GCC9 build error 2019-11-08 14:52:01 +03:00
formatString.cpp optimized concat function with format, make format a bit more generic 2019-05-21 00:06:43 +03:00
formatString.h Improve style 2019-10-25 11:25:02 +08:00
FunctionBase64Conversion.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
FunctionBinaryArithmetic.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionBitTestMany.h Fixed name [#CLICKHOUSE-2] 2018-12-07 06:21:17 +03:00
FunctionCustomWeekToSomething.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionDateOrDateTimeAddInterval.h Fixed GCC-9 error of not returning a value from non-void function. 2019-11-10 16:13:26 +03:00
FunctionDateOrDateTimeToSomething.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionFactory.cpp Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
FunctionFactory.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
FunctionFQDN.cpp fullHostName by function getFQDNOrHostName 2019-10-12 17:21:30 +08:00
FunctionHelpers.cpp Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionHelpers.h Type-support fixes 2019-10-30 13:10:51 +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 Constness-aware JoinGet. 2019-10-17 08:52:28 +08:00
FunctionJoinGet.h MergeJoin in progress 2019-09-09 22:43:37 +03:00
FunctionMathBinaryFloat64.h Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
FunctionMathConstFloat64.h Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +03:00
FunctionMathUnary.h Renamed Yandex CTO just in case 2019-08-10 00:58:17 +03:00
FunctionNumericPredicate.h actualize isNumber for Decimal 2019-05-24 15:11:03 +03:00
FunctionsBitmap.cpp Work around garbage in roaring.h to fix Mac OS build. 2019-10-11 14:28:16 +03:00
FunctionsBitmap.h Work around garbage in roaring.h to fix Mac OS build. 2019-10-11 14:28:16 +03:00
FunctionsCoding.cpp CIDR functions: better code #5095 2019-05-02 16:04:24 +03:00
FunctionsCoding.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionsComparison.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionsConsistentHashing.h Every function in its own file, part 10 2019-08-04 17:01:04 +03:00
FunctionsConversion.cpp Initial implementation of DateTime64 parsing functions; 2019-10-12 10:03:38 +03:00
FunctionsConversion.h Fixed regression: unable to determine timezone for certain cases. 2019-11-10 16:12:59 +03:00
FunctionsEmbeddedDictionaries.cpp Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica 2019-06-27 22:18:28 +03:00
FunctionsEmbeddedDictionaries.h Removed obsolete undocumented embedded dictionaries that were used by Yandex.Metrica 2019-06-27 22:18:28 +03:00
FunctionsExternalDictionaries.cpp Implement dictGet[OrDefault] 2018-11-15 21:48:00 +08:00
FunctionsExternalDictionaries.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionsExternalModels.cpp Rename ExternalModels to ExternalModelsLoader 2019-09-26 13:23:14 +03:00
FunctionsExternalModels.h Rename ExternalModels to ExternalModelsLoader 2019-09-26 13:23:14 +03:00
FunctionsFindCluster.cpp Implement functions findClusterIndex and findClusterValue. 2017-07-03 17:01:21 +03:00
FunctionsFindCluster.h move IColumn.isColumnConst() outside of interface 2019-06-27 22:28:52 +03:00
FunctionsFormatting.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsFormatting.h actualize isNumber for Decimal 2019-05-24 15:11:03 +03:00
FunctionsHashing.cpp Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +03:00
FunctionsHashing.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionsJSON.cpp Separate class for IsValidJSONImpl 2019-10-19 07:26:19 +00:00
FunctionsJSON.h ubsan fix 2019-11-02 17:00:03 +08:00
FunctionsLogical.cpp Build fixed 2019-07-23 01:39:42 +03:00
FunctionsLogical.h Adjusted comments in the .h 2019-07-23 13:34:56 +03:00
FunctionsMiscellaneous.h Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
FunctionsRandom.cpp Require explicit type in unalignedStore 2019-06-28 20:33:14 +03:00
FunctionsRandom.h Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
FunctionsReinterpret.cpp Fixed tests #1665 2018-01-14 03:12:23 +03:00
FunctionsReinterpret.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
FunctionsRound.cpp Merge branch 'master' into feature/roundDown-function 2018-11-30 19:07:49 +03:00
FunctionsRound.h Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
FunctionsStringArray.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
FunctionsStringArray.h Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
FunctionsStringRegex.cpp Get better message for non hyperscan supported platforms 2019-10-14 10:58:05 +02:00
FunctionsStringRegex.h All multi{Fuzzy}MatchAllIndices functions 2019-10-13 15:22:09 +02:00
FunctionsStringSearch.cpp All multi{Fuzzy}MatchAllIndices functions 2019-10-13 15:22:09 +02:00
FunctionsStringSearch.h All multi{Fuzzy}MatchAllIndices functions 2019-10-13 15:22:09 +02:00
FunctionsStringSimilarity.cpp Improve style 2019-10-25 11:25:02 +08:00
FunctionsStringSimilarity.h ngramEntry function was added 2019-05-25 21:47:26 +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
FunctionsVisitParam.h Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
FunctionUnaryArithmetic.h ubsan fix 2019-11-02 17:00:03 +08:00
gcd.cpp Using std::gcd, lcm instead of boost 2019-07-15 17:45:56 +03:00
generateUUIDv4.cpp Every function in its own file, part 8 [#CLICKHOUSE-2] 2018-12-02 04:57:01 +03:00
geohashDecode.cpp Fixed error 2019-06-30 22:46:23 +03:00
geohashEncode.cpp Fixed error 2019-06-30 22:47:20 +03:00
geohashesInBox.cpp Implement geohashesInBox function. #6127 2019-08-06 17:53:06 +03:00
geoToH3.cpp Simplification 2019-06-30 23:54:06 +03:00
GeoUtils.cpp Some MemorySanitizer fixes. 2019-09-13 14:49:29 +03:00
GeoUtils.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
getMacro.cpp Add function "getMacro" #7239 2019-10-09 04:14:57 +03:00
getScalar.cpp Check column for __getScalar() (avoids assertion) 2019-11-03 21:44:56 +03:00
getSizeOfEnumType.cpp Added IFunctonBase::getResultIfAlwaysReturnsConstantAndHasArguments 2019-08-19 20:48:19 +03:00
greatCircleDistance.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +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
hasColumnInTable.cpp Fixed bugs found by PVS-Studio 2019-01-09 18:44:20 +03:00
hostName.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
identity.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
if.cpp fixes after review 2019-10-02 20:51:00 +03:00
ifNull.cpp fixes after review 2019-10-02 20:51:00 +03:00
IFunction.cpp Skip null columns while checknig num rows. 2019-09-23 22:26:04 +03:00
IFunction.h Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
ignore.cpp Added IFunctonBase::getResultIfAlwaysReturnsConstantAndHasArguments 2019-08-19 20:48:19 +03:00
ignoreExceptNull.cpp Added more comments. 2019-08-14 18:14:32 +03:00
in.cpp Early constant folding. 2019-10-31 23:54:32 +08:00
indexHint.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
intDiv.cpp ubsan fix 2019-11-02 17:00:03 +08:00
intDiv.h ubsan fix 2019-11-02 17:00:03 +08:00
intDivOrZero.cpp Fixed error 2019-07-31 21:04:24 +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 fixes after review 2019-10-02 20:51:00 +03:00
isNull.cpp fixes after review 2019-10-02 20:51:00 +03:00
isValidUTF8.cpp Fixed compile errors on macOS Catalina 2019-11-01 23:33:43 +07:00
jumpConsistentHash.cpp Every function in its own file, part 10 2019-08-04 17:01:04 +03:00
lcm.cpp Using std::gcd, lcm instead of boost 2019-07-15 17:45:56 +03:00
least.cpp Every function in its own file, part 7 (#3666) 2018-11-26 19:20:40 +03:00
lengthUTF8.cpp Add two more warnings from -Weverything 2019-07-08 03:16:39 +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 Using FastOps library 2019-08-01 03:29:32 +03:00
likePatternToRegexp.h translate comments 2017-05-14 19:03:55 +04:00
log2.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
log10.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
log.cpp Enabled "precise" mode; updated tests 2019-08-01 22:17:49 +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 fixes after review 2019-10-02 20:51:00 +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
neighbor.cpp More tests 2019-08-23 07:34:59 +03:00
notEmpty.cpp renamed: Functions/array/notEmpty.cpp -> Functions/notEmpty.cpp 2019-06-27 21:43:40 +03:00
notEquals.cpp Rectification of FunctionsComparison [#CLICKHOUSE-2] 2018-09-02 04:42:18 +03:00
now64.cpp Fixed now64 2019-11-03 08:42:48 +03:00
now.cpp Merge remote-tracking branch 'upstream/master' into DateTime64 2019-10-24 07:52:50 +03:00
nullIf.cpp Updated comment 2019-08-21 23:33:38 +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
pointInEllipses.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
pointInPolygon.cpp Merging H3 integration 2019-06-30 21:20:32 +03:00
pow.cpp Every function in its own file, part 9 (#3733) 2018-12-03 06:17:06 +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 Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
RapidJSONParser.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
regexpQuoteMeta.cpp Fixed test [#CLICKHOUSE-2] 2018-12-23 05:12:18 +03:00
Regexps.h Improve style 2019-10-25 11:25:02 +08:00
registerFunctions.cpp Fixed error 2019-08-04 18:57:57 +03:00
registerFunctions.h Functions as separate lib 2017-04-21 21:30:16 +03:00
registerFunctionsArithmetic.cpp fixed index condition 2019-08-02 22:21:55 +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
registerFunctionsConsistentHashing.cpp Every function in its own file, part 10 2019-08-04 17:01:04 +03:00
registerFunctionsDateTime.cpp Moved DataTypeDateTime64 and now64() to separate source files. 2019-10-14 11:38:03 +03:00
registerFunctionsGeo.cpp Implement geohashesInBox function. #6127 2019-08-06 17:53:06 +03:00
registerFunctionsHigherOrder.cpp Merge pull request #7328 from Joeywzr/arrayCompact 2019-11-03 01:07:19 +03:00
registerFunctionsIntrospection.cpp Fix build 2019-09-23 17:46:01 +03:00
registerFunctionsMath.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
registerFunctionsMiscellaneous.cpp better scalar query 2019-10-23 21:37:54 +08: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 Add CRC32IEEE()/CRC64() support 2019-10-25 15:52:41 +03:00
registerFunctionsTuple.cpp Every function in its own file, part 6 (#3661) 2018-11-26 02:24:26 +03:00
registerFunctionsVisitParam.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
repeat.cpp Added safety threshold 2019-09-23 02:49:15 +03:00
replicate.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
reverse.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
reverseUTF8.cpp Add two more warnings from -Weverything 2019-07-08 03:16:39 +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 ubsan fix 2019-11-02 17:00:03 +08: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 Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
runningDifferenceStartingWithFirstValue.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sigmoid.cpp Fixed error 2019-08-02 21:59:19 +03:00
SimdJSONParser.h Updated SIMDJSON 2019-08-03 02:24:50 +03:00
sin.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
sleep.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sleep.h Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
sleepEachRow.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
sqrt.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
startsWith.cpp Every function in its own file, part 3 2018-09-10 02:36:06 +03:00
substring.cpp actualize isNumber for Decimal 2019-05-24 15:11:03 +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
sumburConsistentHash.cpp Every function in its own file, part 10 2019-08-04 17:01:04 +03:00
tan.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
tanh.cpp Fixed error with "unbundled" build 2019-08-01 06:06:15 +03:00
tgamma.cpp Using FastOps library 2019-08-01 03:29:32 +03:00
throwIf.cpp Minor fixes in throwIf implementation 2019-08-05 10:30:35 +03:00
timeSlot.cpp Fixed "timeSlot" and "timeSlots" functions [#CLICKHOUSE-4016] 2018-10-12 03:40:19 +03:00
timeSlots.cpp Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
timezone.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
toColumnTypeName.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
toCustomWeek.cpp some review fixes and add new function toStartOfWeek 2019-06-18 17:48:07 +08:00
today.cpp Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03: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
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 Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +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 Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
toTypeName.cpp Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00
toValidUTF8.cpp Add two more warnings from -Weverything 2019-07-08 03:16:39 +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 Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
trap.cpp Added function "trap" 2019-09-01 00:39:17 +03:00
trim.cpp Added a test 2019-08-24 02:07:05 +03:00
tryBase64Decode.cpp Build fixes. Split config.h (#5686) 2019-06-20 12:12:49 +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 Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28: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
version.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
visibleWidth.cpp fixes after review 2019-10-02 20:51:00 +03:00
visitParamExtractBool.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamExtractFloat.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamExtractInt.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamExtractRaw.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamExtractString.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamExtractUInt.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
visitParamHas.cpp Every function in its own file, part 10 2019-08-04 17:30:08 +03:00
yandexConsistentHash.cpp Every function in its own file, part 10 2019-08-04 17:01:04 +03:00
yesterday.cpp Prevent from using non-deterministic functions in mutations of replicated tables (#7247) 2019-10-10 17:38:08 +03:00