ClickHouse/dbms/src/Functions
alexey-milovidov db96e1deb6
Merge pull request #8375 from Enmk/toDateTime64_type_check_fix
Fixed type check in toDateTime64
2019-12-26 17:35:47 +03:00
..
array More GCC warnings 2019-12-16 23:19:50 +02:00
GatherUtils More GCC warnings 2019-12-16 23:19:50 +02:00
tests More GCC warnings 2019-12-16 23:19:50 +02:00
URL More GCC warnings 2019-12-16 23:19:50 +02:00
abs.cpp ubsan fix 2019-11-02 17:00:03 +08:00
acos.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addDays.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addHours.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addMinutes.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addMonths.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addQuarters.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addressToLine.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addressToSymbol.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addSeconds.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addWeeks.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
addYears.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
appendTrailingCharIfAbsent.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
asin.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
assumeNotNull.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
atan.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
bar.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
base64Decode.cpp Fixed TSan report in base64 library 2019-12-26 04:42:51 +03:00
base64Encode.cpp Fixed TSan report in base64 library 2019-12-26 04:42:51 +03:00
bitAnd.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
bitBoolMaskAnd.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
bitBoolMaskOr.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
bitNot.cpp More GCC warnings 2019-12-16 23:19:50 +02: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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
blockSize.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Using less number of LLVM libraries 2019-12-18 19:08:11 +03:00
coalesce.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
concat.cpp Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +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 More GCC warnings 2019-12-16 23:19:50 +02:00
currentDatabase.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
currentQuota.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
currentUser.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
CustomWeekTransforms.h Fixed toWeek, toYearWeek, toStartOfWeek with DateTime64 2019-10-23 15:27:36 +03:00
dateDiff.cpp Merged with master. 2019-12-12 18:04:30 +03:00
DateTimeTransforms.h Merge remote-tracking branch 'upstream/master' into DateTime64 2019-11-04 17:06:22 +03:00
defaultValueOfArgumentType.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
demange.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 More GCC warnings 2019-12-16 23:19:50 +02:00
filesystem.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
finalizeAggregation.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
formatDateTime.cpp Merged with master. 2019-12-12 18:04:30 +03:00
formatString.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
formatString.h Improve style 2019-10-25 11:25:02 +08:00
FunctionBase64Conversion.h Fixed TSan report in base64 library 2019-12-26 04:42:51 +03:00
FunctionBinaryArithmetic.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionBitTestMany.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionCustomWeekToSomething.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionDateOrDateTimeAddInterval.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionDateOrDateTimeToSomething.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionFactory.cpp Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
FunctionFactory.h More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionFQDN.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionHelpers.cpp Fixed style 2019-12-26 07:32:15 +03:00
FunctionHelpers.h Fixed failing tests 2019-12-25 17:50:13 +03:00
FunctionIfBase.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionJoinGet.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionJoinGet.h Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
FunctionMathBinaryFloat64.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionMathConstFloat64.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionMathUnary.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionNumericPredicate.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsBitmap.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsBitmap.h Merge pull request #8082 from moon03432/master 2019-12-21 18:14:27 +03:00
FunctionsCoding.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsCoding.h PR fixes: 2019-12-11 17:24:59 +03:00
FunctionsComparison.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionsConsistentHashing.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsConversion.cpp Remove context from formats (#8388) 2019-12-25 22:17:41 +03:00
FunctionsConversion.h Merge pull request #8375 from Enmk/toDateTime64_type_check_fix 2019-12-26 17:35:47 +03:00
FunctionsEmbeddedDictionaries.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsEmbeddedDictionaries.h Merge pull request #8189 from ClickHouse/regions-more-languages 2019-12-16 02:47:20 +03:00
FunctionsExternalDictionaries.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsExternalDictionaries.h PR fixes: 2019-12-11 17:24:59 +03:00
FunctionsExternalModels.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsExternalModels.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsFindCluster.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsFindCluster.h More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsFormatting.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsFormatting.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsHashing.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsHashing.h PR fixes: 2019-12-11 17:24:59 +03:00
FunctionsJSON.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsJSON.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionsLogical.cpp Build fixed 2019-07-23 01:39:42 +03:00
FunctionsLogical.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsMiscellaneous.h Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
FunctionsRandom.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsRandom.h Fi rand and randConstant for nullable types. 2019-12-13 16:10:02 +03:00
FunctionsReinterpret.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsReinterpret.h Merged with master. 2019-12-12 18:04:30 +03:00
FunctionsRound.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsRound.h Fix correctness 2019-12-17 10:57:11 +08:00
FunctionsStringArray.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsStringArray.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsStringRegex.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsStringRegex.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsStringSearch.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsStringSearch.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsStringSimilarity.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
FunctionsStringSimilarity.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionStartsEndsWith.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionStringOrArrayToT.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionStringToString.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionsVisitParam.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
FunctionUnaryArithmetic.h Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03: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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
geoToH3.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
GeoUtils.cpp Some MemorySanitizer fixes. 2019-09-13 14:49:29 +03:00
GeoUtils.h gather utils for Decimals (no scale checks) 2019-11-11 19:18:37 +03:00
getMacro.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
getScalar.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
getSizeOfEnumType.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
greatCircleDistance.cpp Merged with master. 2019-12-12 18:04:30 +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
h3EdgeAngle.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
h3EdgeLengthM.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
h3GetResolution.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
h3IsValid.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
h3kRing.cpp Changes after review of #8034 2019-12-16 21:51:42 +03:00
hasColumnInTable.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
hostName.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
identity.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
if.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
ifNull.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
IFunction.cpp Fix some implicit Field casts (#8209) 2019-12-17 13:19:21 +03:00
IFunction.h Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
IFunctionAdaptors.h Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
IFunctionImpl.h Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
ignore.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
ignoreExceptNull.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
in.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
indexHint.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03: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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
isNull.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
lowCardinalityKeys.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
minus.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
modulo.cpp Remove trailing space in modulo.cpp 2019-11-18 15:19:45 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Update now64.cpp 2019-12-19 16:12:13 +03:00
now.cpp Merged with master. 2019-12-12 18:04:30 +03:00
nullIf.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Fix randConstant. 2019-12-13 16:47:28 +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 More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctions.h More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsArithmetic.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsComparison.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsConditional.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsConsistentHashing.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsDateTime.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsGeo.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsHigherOrder.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsIntrospection.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsMath.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsMiscellaneous.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsNull.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsRandom.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsString.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsTuple.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
registerFunctionsVisitParam.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
repeat.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
replicate.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
reverse.cpp Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
rowNumberInBlock.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
runningAccumulate.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
runningDifference.cpp Every function in its own file, part 2 [#CLICKHOUSE-2] 2018-09-09 01:04:39 +03:00
runningDifference.h Merged with master. 2019-12-12 18:04:30 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractDays.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractHours.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractMinutes.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractMonths.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractQuarters.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractSeconds.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractWeeks.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
subtractYears.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
timeSlot.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
timeSlots.cpp Merged with master. 2019-12-12 18:04:30 +03:00
timezone.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toColumnTypeName.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toCustomWeek.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
today.cpp Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00
toDayOfMonth.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toDayOfWeek.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toDayOfYear.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toHour.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toISOWeek.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toISOYear.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toLowCardinality.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toMinute.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toMonday.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toMonth.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toNullable.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toQuarter.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeDayNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeHourNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeMinuteNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeMonthNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeQuarterNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeSecondNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeWeekNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toRelativeYearNum.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toSecond.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfDay.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfFifteenMinutes.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfFiveMinute.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfHour.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfInterval.cpp Merged with master. 2019-12-12 18:04:30 +03:00
toStartOfISOYear.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfMinute.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfMonth.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfQuarter.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfTenMinutes.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toStartOfYear.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toTime.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toTimeZone.cpp Merged with master. 2019-12-12 18:04:30 +03:00
toTypeName.cpp update toTypeName. 2019-12-12 17:55:35 +03:00
toValidUTF8.cpp Add two more warnings from -Weverything 2019-07-08 03:16:39 +03:00
toYear.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toYYYYMM.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toYYYYMMDD.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
toYYYYMMDDhhmmss.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
transform.cpp Fix some implicit Field casts (#8209) 2019-12-17 13:19:21 +03:00
trap.cpp Added another mode of diagnostic trap 2019-12-23 23:26:46 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
tupleElement.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
version.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +03:00
visibleWidth.cpp Rename IFunction.h to IFunctionImpl.h in functions implementations. 2019-12-09 16:12:54 +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 Add more comments, rename classes, move functions adaptors to separate file. 2019-12-12 17:56:03 +03:00