ClickHouse/src/Functions
2024-07-09 13:32:14 +00:00
..
array Merge pull request #65840 from gabrielmcg44/fix-tie-handling-issue 2024-07-09 13:32:14 +00:00
divide Print CPU flags at startup 2024-02-16 13:06:57 +01:00
GatherUtils Remove more code from old short circuit optimization 2024-05-21 19:37:32 +02:00
JSONPath Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
keyvaluepair Remove iostream_debug_helpers 2024-06-04 05:48:45 +02:00
Kusto Merge pull request #62087 from ClickHouse/checkmate 2024-05-09 23:59:59 +00:00
tests remote shart 2024-06-27 13:32:23 +01:00
UniqTheta Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
URL Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
UserDefined Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
abs.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMicroseconds.cpp
addMilliseconds.cpp
addMinutes.cpp
addMonths.cpp
addNanoseconds.cpp
addQuarters.cpp
addressToLine.cpp Insignificant changes 2024-02-18 10:47:18 +01:00
addressToLine.h
addressToLineWithInlines.cpp
addressToSymbol.cpp
addSeconds.cpp
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
aes_encrypt_mysql.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
alphaTokens.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
appendTrailingCharIfAbsent.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
arrayStringConcat.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
ascii.cpp
asin.cpp
asinh.cpp
assumeNotNull.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp
base58Decode.cpp
base58Encode.cpp
base64Decode.cpp Docs updated, __msan_unpoison usage fixed 2024-06-11 15:13:42 +00:00
base64Encode.cpp Docs updated, __msan_unpoison usage fixed 2024-06-11 15:13:42 +00:00
base64URLDecode.cpp base64En/Decode64Url --> base64En/Decode64URL 2024-06-27 09:05:44 +00:00
base64URLEncode.cpp base64En/Decode64Url --> base64En/Decode64URL 2024-06-27 09:05:44 +00:00
bitAnd.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitBoolMaskAnd.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitBoolMaskOr.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitCount.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitHammingDistance.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitNot.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitOr.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitRotateLeft.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitRotateRight.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitShiftLeft.cpp Prevent another possible buffer overflow 2024-07-04 14:50:51 +00:00
bitShiftRight.cpp Prevent another possible buffer overflow 2024-07-04 14:50:51 +00:00
bitSlice.cpp
bitSwapLastTwo.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitTest.cpp Address issues pointed out in the PR 2024-07-02 08:21:51 +00:00
bitTestAll.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitTestAny.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitWrapperFunc.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
bitXor.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
blockNumber.cpp
blockSerializedSize.cpp
blockSize.cpp
byteSize.cpp
byteSwap.cpp
canonicalRand.cpp
caseWithExpression.cpp Less crap 2024-03-17 13:20:49 +01:00
castOrDefault.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
CastOverloadResolver.cpp Better conversion from String to Variant 2024-03-27 20:40:26 +00:00
CastOverloadResolver.h Useless changes 2024-05-09 01:08:33 +02:00
castTypeToEither.h Useless changes 2024-05-10 05:55:04 +02:00
catboostEvaluate.cpp
cbrt.cpp
checkHyperscanRegexp.cpp
checkHyperscanRegexp.h Some fixups 2024-01-07 22:28:08 +00:00
clamp.cpp Apply suggestions from code review 2024-04-29 14:59:31 +02:00
CMakeLists.txt remote shart 2024-06-27 13:32:23 +01:00
coalesce.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
concat.cpp allow empty arguments for concat 2024-07-01 15:29:32 +08:00
concatWithSeparator.cpp Support arguments of arbitary type in function concatWithSeparator() 2024-01-29 14:11:21 +00:00
connectionId.cpp
convertCharset.cpp
cos.cpp
cosh.cpp
countDigits.cpp Digits doesn't belong with itoa anymore 2024-03-08 14:22:38 +01:00
countMatches.cpp
countMatches.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
coverage.cpp Useless changes 2024-05-09 01:08:33 +02:00
CRC.cpp Less crap 2024-03-17 13:20:49 +01:00
currentDatabase.cpp
currentProfiles.cpp Useless changes 2024-05-09 01:08:33 +02:00
currentRoles.cpp Useless changes 2024-05-09 01:08:33 +02:00
currentSchemas.cpp
currentUser.cpp init 2024-03-22 13:19:18 +00:00
CustomWeekTransforms.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
date_trunc.cpp Added nanoseconds and milliseconds for date trunc. 2024-04-05 09:03:46 -04:00
dateDiff.cpp Rollback date_diff changes 2024-04-11 15:55:12 +02:00
dateName.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
dateTimeToSnowflakeID.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
DateTimeTransforms.cpp Revert "Revert "Add toMillisecond function"" 2024-03-01 13:14:44 +00:00
DateTimeTransforms.h Useless changes 2024-05-10 05:55:04 +02:00
decodeHTMLComponent.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
decodeXMLComponent.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
decrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
defaultValueOfArgumentType.cpp
defaultValueOfTypeName.cpp
degrees.cpp
demangle.cpp
divide.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
divideDecimal.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
DivisionUtils.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
dumpColumnStructure.cpp
dynamicElement.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
dynamicType.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
empty.cpp
EmptyImpl.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
encodeXMLComponent.cpp
encrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
endsWith.cpp
endsWithUTF8.cpp
equals.cpp Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value" 2024-04-01 13:51:56 +02:00
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp
extractAll.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
extractAllGroups.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
ExtractString.h Restore the warning 2024-05-19 12:51:14 +00:00
extractTextFromHTML.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
extractTimeZoneFromFunctionArguments.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
extractTimeZoneFromFunctionArguments.h
factorial.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
filesystem.cpp
finalizeAggregation.cpp
firstLine.cpp
flattenTuple.cpp
format.cpp Make format constexpr 2023-12-29 21:09:58 +01:00
formatDateTime.cpp Fixups 2024-05-31 12:17:04 +00:00
formatQuery.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
formatReadable.h
formatReadableDecimalSize.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
formatReadableQuantity.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
formatReadableSize.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
formatReadableTimeDelta.cpp
formatRow.cpp fix crash in function formatRow 2024-04-22 11:36:45 +00:00
formatString.h Cosmetics: remove superfluous inline 2024-01-29 13:24:43 +00:00
fromDaysSinceYearZero.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
fromModifiedJulianDay.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
fromUnixTimestamp64Micro.cpp Less crap 2024-03-17 12:53:59 +01:00
fromUnixTimestamp64Milli.cpp Less crap 2024-03-17 12:53:59 +01:00
fromUnixTimestamp64Nano.cpp Less crap 2024-03-17 12:53:59 +01:00
FunctionBase58Conversion.h Useless changes 2024-05-09 01:08:33 +02:00
FunctionBase64Conversion.h Fix build 2024-07-02 19:35:58 +00:00
FunctionBinaryArithmetic.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionBitTestMany.h Address issues pointed out in the PR 2024-07-02 08:21:51 +00:00
FunctionChar.cpp
FunctionConstantBase.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionCustomWeekToDateOrDate32.h
FunctionCustomWeekToSomething.h
FunctionDateOrDateTimeAddInterval.h Fix addDays cause an error when used datetime64 (#61561) 2024-03-21 14:47:29 +01:00
FunctionDateOrDateTimeToDateOrDate32.h
FunctionDateOrDateTimeToDateTimeOrDateTime64.h
FunctionDateOrDateTimeToSomething.h
FunctionFactory.cpp Less crap 2024-03-17 12:53:59 +01:00
FunctionFactory.h Less crap 2024-03-17 13:20:49 +01:00
FunctionFile.cpp Useless changes 2024-05-10 05:55:04 +02:00
FunctionFQDN.cpp Less crap 2024-03-17 13:20:49 +01:00
FunctionGenerateRandomStructure.cpp
FunctionGenerateRandomStructure.h
FunctionHelpers.cpp Incorporate review feedback 2024-07-03 08:36:16 +00:00
FunctionHelpers.h Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
FunctionIfBase.h
FunctionJoinGet.cpp refactor hash join to reduce target size 2024-06-20 09:10:23 +08:00
FunctionMathBinaryFloat64.h Original remaining rows handling retained 2024-06-03 12:14:02 +00:00
FunctionMathUnary.h
FunctionNumericPredicate.h
FunctionsAES.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
FunctionsAES.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
FunctionsBinaryRepresentation.cpp impl 2024-07-04 18:56:26 +01:00
FunctionsBitmap.cpp
FunctionsBitmap.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
FunctionsBitToArray.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsCharsetClassification.cpp
FunctionsCodingIP.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsCodingIP.h
FunctionsCodingULID.cpp update FunctionULIDStringToDateTime for short circuit 2024-02-26 15:01:17 +01:00
FunctionsCodingUUID.cpp Useless changes 2024-05-09 01:08:33 +02:00
FunctionsComparison.h Fix right side of condition 2024-05-23 22:35:31 +02:00
FunctionsConsistentHashing.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsConversion.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
FunctionsDecimalArithmetics.h chore: fix some comments 2024-04-10 17:21:25 +08:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Fixing more headers 2024-02-29 15:40:30 +00:00
FunctionsExternalDictionaries.cpp
FunctionsExternalDictionaries.h Change dictionary short circuit to always create values 2024-05-20 18:06:43 +02:00
FunctionsHashing.h Merge pull request #63628 from aiven-sal/aiven-sal/fixhashfuzz 2024-05-22 13:29:34 +00:00
FunctionsHashingInt.cpp
FunctionsHashingMisc.cpp Move FunctionsStringHashFixedString template to single file 2023-12-18 19:14:47 +01:00
FunctionsHashingMurmur.cpp
FunctionShowCertificate.cpp
FunctionShowCertificate.h
FunctionsJSON.cpp
FunctionsJSON.h Useless changes 2024-05-10 05:55:04 +02:00
FunctionsLanguageClassification.cpp Restore the warning 2024-05-19 12:51:14 +00:00
FunctionsLogical.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsLogical.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsMiscellaneous.h More minor changes 2024-01-01 19:17:04 +01:00
FunctionsMultiStringFuzzySearch.h
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h
FunctionsOpDate.cpp
FunctionSpaceFillingCurve.h add explicit conversion for UInt8 in exceptions 2024-05-24 17:28:55 +02:00
FunctionsProgrammingClassification.cpp Restore the warning 2024-05-19 12:51:14 +00:00
FunctionSQLJSON.cpp
FunctionSQLJSON.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsRandom.cpp
FunctionsRandom.h
FunctionsRound.cpp Less crap 2024-03-17 13:20:49 +01:00
FunctionsRound.h Merge pull request #65983 from arenadata/ADQM-1971 2024-07-03 20:22:49 +00:00
FunctionsStringDistance.cpp add function edit distance utf8 2024-06-18 14:55:25 +08:00
FunctionsStringHash.cpp Restore the warning 2024-05-19 12:51:14 +00:00
FunctionsStringHash.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
FunctionsStringHashFixedString.cpp Fix the build (after boringssl submodule removal) 2024-04-08 11:02:41 +00:00
FunctionsStringSearch.h Useless changes 2024-05-09 01:08:33 +02:00
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp Restore the warning 2024-05-19 12:51:14 +00:00
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h
FunctionsTextClassification.h
FunctionsTimeWindow.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
FunctionsTimeWindow.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsTonalityClassification.cpp Restore the warning 2024-05-19 12:51:14 +00:00
FunctionsTransactionCounters.cpp
FunctionStringOrArrayToT.h
FunctionStringReplace.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
FunctionStringToString.h
FunctionsVisitParam.h
FunctionTokens.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
FunctionUnaryArithmetic.h
FunctionUnixTimestamp64.h Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
fuzzBits.cpp
gcd.cpp
GCDLCMImpl.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
generateSnowflakeID.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
generateULID.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
generateUUIDv4.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
generateUUIDv7.cpp Merge pull request #65985 from rschu1ze/fix-error-messages 2024-07-03 17:22:57 +00:00
GeoHash.cpp Useless changes 2024-05-10 05:55:04 +02:00
GeoHash.h
geohashDecode.cpp Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
geohashEncode.cpp Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
geohashesInBox.cpp Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
geometryConverters.h Better 2024-05-24 18:02:45 +00:00
geoToH3.cpp
geoToS2.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
getClientHTTPHeader.cpp Fix tidy 2024-03-25 03:28:37 +01:00
getFuzzerData.cpp Limit backtracking in parser 2024-03-17 20:16:23 +01:00
getMacro.cpp
getScalar.cpp Better 2024-04-04 20:00:22 +00:00
getServerPort.cpp
getSetting.cpp
getSizeOfEnumType.cpp
getSubcolumn.cpp
getTypeSerializationStreams.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
globalVariable.cpp
greatCircleDistance.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
greater.cpp Update greater.cpp 2024-02-14 17:44:06 +01:00
greaterOrEquals.cpp Remove context from comparison functions. 2024-02-14 12:38:13 +00:00
greatest.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
GregorianDate.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
GregorianDate.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
grouping.h Merge pull request #62087 from ClickHouse/checkmate 2024-05-09 23:59:59 +00:00
h3CellAreaM2.cpp
h3CellAreaRads2.cpp
h3Distance.cpp
h3EdgeAngle.cpp
h3EdgeLengthKm.cpp
h3EdgeLengthM.cpp
h3ExactEdgeLengthKm.cpp
h3ExactEdgeLengthM.cpp
h3ExactEdgeLengthRads.cpp
h3GetBaseCell.cpp
h3GetDestinationIndexFromUnidirectionalEdge.cpp
h3GetFaces.cpp
h3GetIndexesFromUnidirectionalEdge.cpp
h3GetOriginIndexFromUnidirectionalEdge.cpp
h3GetPentagonIndexes.cpp
h3GetRes0Indexes.cpp
h3GetResolution.cpp
h3GetUnidirectionalEdge.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
h3GetUnidirectionalEdgeBoundary.cpp
h3GetUnidirectionalEdgesFromHexagon.cpp
h3HexAreaKm2.cpp
h3HexAreaM2.cpp
h3HexRing.cpp
h3IndexesAreNeighbors.cpp
h3IsPentagon.cpp
h3IsResClassIII.cpp
h3IsValid.cpp
h3kRing.cpp
h3Line.cpp
h3NumHexagons.cpp
h3PointDist.cpp harmonize h3PointDist* error messages 2024-05-18 00:29:22 +02:00
h3ToCenterChild.cpp
h3ToChildren.cpp
h3toGeo.cpp
h3ToGeoBoundary.cpp
h3ToParent.cpp
h3ToString.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
h3UnidirectionalEdgeIsValid.cpp
hasColumnInTable.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
hasSubsequence.cpp
hasSubsequenceCaseInsensitive.cpp
hasSubsequenceCaseInsensitiveUTF8.cpp
HasSubsequenceImpl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
hasSubsequenceUTF8.cpp
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
hilbertDecode2DLUT.h fix gtest by adding header with Impl 2024-05-29 09:58:39 +00:00
hilbertDecode.cpp review fixes 2024-06-01 09:49:26 +00:00
hilbertEncode2DLUT.h style 2024-05-29 17:42:59 +00:00
hilbertEncode.cpp review fixes 2024-06-01 09:49:26 +00:00
HTMLCharacterReference.generated.cpp
HTMLCharacterReference.gperf
HTMLCharacterReference.h
HTMLCharacterReference.sh
hypot.cpp
identity.cpp Fix more tests with wirtual columns in StorageMerge. 2024-03-22 16:55:01 +00:00
identity.h Restrict argument types for __actionName 2024-04-11 12:36:17 +00:00
idna.cpp Useless changes 2024-05-09 01:08:33 +02:00
if.cpp Merge pull request #63723 from Algunenano/ifunction_column_size 2024-06-03 14:04:02 +00:00
if.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp Better 2024-05-16 14:05:12 +02:00
IFunction.h Better 2024-05-16 14:05:12 +02:00
IFunctionAdaptors.h Better 2024-05-16 14:05:12 +02:00
IFunctionCustomWeek.h
IFunctionDateOrDateTime.h
ignore.cpp
ilike.cpp
in.cpp
indexHint.cpp
indexHint.h
initcap.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
initcapUTF8.cpp
initializeAggregation.cpp Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
initialQueryID.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
intDiv.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
intDivOrZero.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
intExp2.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
intExp10.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
isConstant.cpp
isDecimalOverflow.cpp
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp
isNaN.cpp
isNotDistinctFrom.cpp
isNotDistinctFrom.h
isNotNull.cpp Fix early constant folding for isNull/isNotNul and analyzer. 2024-05-31 12:50:29 +00:00
isNull.cpp Fix early constant folding for isNull/isNotNul and analyzer. 2024-05-31 12:50:29 +00:00
isNullable.cpp Fix early constant folding for isNull/isNotNul and analyzer. 2024-05-31 12:50:29 +00:00
IsOperation.h fix 2024-03-01 17:42:57 +00:00
isValidUTF8.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
isZeroOrNull.cpp
ITupleFunction.h
JSONArrayLength.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
jsonMergePatch.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
jumpConsistentHash.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
kostikConsistentHash.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
lcm.cpp
least.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
LeastGreatestGeneric.h review fix 2024-06-05 15:47:42 +08:00
left.cpp
LeftRight.h Useless changes 2024-05-09 01:08:33 +02:00
lemmatize.cpp
lengthUTF8.cpp
less.cpp Remove context from comparison functions. 2024-02-14 12:38:13 +00:00
lessOrEquals.cpp Remove context from comparison functions. 2024-02-14 12:38:13 +00:00
lgamma.cpp
like.cpp Fixes #61051 2024-03-10 13:13:59 +00:00
like.h
locate.cpp Cosmetics, pt. IV 2024-04-28 09:50:42 +00:00
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logical.h Fixing style. 2024-02-15 17:35:44 +00:00
logTrace.cpp Updated implementation 2024-01-25 14:31:49 +03:00
lowCardinalityIndices.cpp
lowCardinalityKeys.cpp
lower.cpp
LowerUpperImpl.h opt lowerUTF8/upperUTF8 2024-03-20 17:20:46 +08:00
LowerUpperUTF8Impl.h Move isAllASCII from UTF8Helpers to StringUtils 2024-05-19 09:39:48 +00:00
lowerUTF8.cpp
makeDate.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
map.cpp Fix special builds and tests 2024-01-26 14:01:06 +00:00
match.cpp
MatchImpl.h Useless changes 2024-05-09 01:08:33 +02:00
materialize.cpp
materialize.h Fix logical error in group_by_use_nulls + analyzer + materialize/constant 2024-03-19 10:41:23 +00:00
mathConstants.cpp Useless changes 2024-05-11 22:51:57 +02:00
max2.cpp
min2.cpp
minSampleSize.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
minus.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
modulo.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
moduloOrZero.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
monthName.cpp
mortonDecode.cpp style 2024-04-25 09:07:20 +00:00
mortonEncode.cpp add hilbert decode 2024-04-25 09:07:20 +00:00
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp Remove more code from old short circuit optimization 2024-05-21 19:37:32 +02:00
multiIf.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
multiMatchAny.cpp Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
multiMatchAny.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
MultiMatchAnyImpl.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
multiMatchAnyIndex.cpp
multiply.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
multiplyDecimal.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
multiSearchAllPositions.cpp
multiSearchAllPositionsCaseInsensitive.cpp
multiSearchAllPositionsCaseInsensitiveUTF8.cpp
MultiSearchAllPositionsImpl.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
multiSearchAllPositionsUTF8.cpp
multiSearchAny.cpp
multiSearchAnyCaseInsensitive.cpp
multiSearchAnyCaseInsensitiveUTF8.cpp
multiSearchAnyUTF8.cpp
multiSearchFirstIndex.cpp
multiSearchFirstIndexCaseInsensitive.cpp
multiSearchFirstIndexCaseInsensitiveUTF8.cpp
MultiSearchFirstIndexImpl.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
multiSearchFirstIndexUTF8.cpp
multiSearchFirstPosition.cpp
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h Merge pull request #62087 from ClickHouse/checkmate 2024-05-09 23:59:59 +00:00
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h Merge pull request #62087 from ClickHouse/checkmate 2024-05-09 23:59:59 +00:00
negate.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
neighbor.cpp Rename allow_deprecated_functions to allow_deprecated_error_prone_window_functions 2024-05-24 12:54:06 +02:00
nested.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
normalizedQueryHash.cpp Remove C++ templates (normalizeQuery) 2023-12-17 02:44:30 +01:00
normalizeQuery.cpp Remove C++ templates (normalizeQuery) 2023-12-17 02:44:30 +01:00
normalizeString.cpp
notEmpty.cpp
notEquals.cpp Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value" 2024-04-01 13:51:56 +02:00
notILike.cpp
notLike.cpp
now64.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
now.cpp
nowInBlock.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
nullIf.cpp
numLiteralChars.h
padString.cpp Move isAllASCII from UTF8Helpers to StringUtils 2024-05-19 09:39:48 +00:00
parseDateTime.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
parseReadableSize.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
parseTimeDelta.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
partitionId.cpp
PerformanceAdaptors.h
plus.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
pointInEllipses.cpp
pointInPolygon.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonArea.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonConvexHull.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonPerimeter.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonsDistance.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonsEquals.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonsIntersection.cpp Save 2024-05-23 14:00:49 +00:00
polygonsSymDifference.cpp Save 2024-05-23 14:00:49 +00:00
polygonsUnion.cpp Save 2024-05-23 14:00:49 +00:00
polygonsWithin.cpp Save 2024-05-23 14:00:49 +00:00
PolygonUtils.h Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
position.cpp Fixes #61051 2024-03-10 13:13:59 +00:00
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h
positionUTF8.cpp
pow.cpp
punycode.cpp Useless changes 2024-05-09 01:08:33 +02:00
queryID.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
radians.cpp
rand64.cpp
rand.cpp
randConstant.cpp
randDistribution.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
randomFixedString.cpp
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp
readWkt.cpp Fixed style 2024-05-24 19:09:39 +00:00
regexpExtract.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
regexpQuoteMeta.cpp
Regexps.h Minor updates 2024-07-03 14:43:47 +00:00
registerFunctions.cpp
registerFunctions.h
reinterpretAs.cpp
repeat.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
replaceAll.cpp
replaceOne.cpp
replaceRegexpAll.cpp
ReplaceRegexpImpl.h Speed up replaceRegexp(All|One) if the pattern is trivial 2024-07-07 11:09:01 +00:00
replaceRegexpOne.cpp
ReplaceStringImpl.h Useless changes 2024-05-09 01:08:33 +02:00
replicate.cpp
replicate.h
reverse.cpp finish opt utf8 version of substring/substringindex/reverse 2024-03-20 16:39:37 +08:00
reverse.h opt pad string for utf8 2024-03-20 18:48:51 +08:00
reverseUTF8.cpp Move isAllASCII from UTF8Helpers to StringUtils 2024-05-19 09:39:48 +00:00
right.cpp
roundAge.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
roundDuration.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
roundToExp2.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
rowNumberInAllBlocks.cpp
rowNumberInBlock.cpp More iota 2023-12-29 17:20:18 +01:00
runningAccumulate.cpp Rename allow_deprecated_functions to allow_deprecated_error_prone_window_functions 2024-05-24 12:54:06 +02:00
runningConcurrency.cpp
runningDifference.cpp
runningDifference.h Rename allow_deprecated_functions to allow_deprecated_error_prone_window_functions 2024-05-24 12:54:06 +02:00
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h Remove old code 2024-03-04 00:11:55 +01:00
s2CapContains.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2CapUnion.cpp
s2CellsIntersect.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2GetNeighbors.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2RectAdd.cpp
s2RectContains.cpp
s2RectIntersection.cpp
s2RectUnion.cpp
s2ToGeo.cpp
seriesDecomposeSTL.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
seriesOutliersDetectTukey.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
seriesPeriodDetectFFT.cpp Fix build 2024-07-02 19:35:58 +00:00
serverConstants.cpp chore: fix some comments 2024-04-10 17:21:25 +08:00
sigmoid.cpp
sign.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
sin.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
sinh.cpp
sleep.cpp
sleep.h Useless changes 2024-05-09 01:08:33 +02:00
sleepEachRow.cpp
snowflake.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
snowflakeIDToDateTime.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
soundex.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
space.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
splitByChar.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
splitByNonAlpha.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
splitByRegexp.cpp Fix AST fuzzer failure 2024-05-23 13:04:18 +00:00
splitByString.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
splitByWhitespace.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
sqid.cpp Fix build 2024-07-02 19:35:58 +00:00
sqrt.cpp
startsWith.cpp
startsWithUTF8.cpp
stem.cpp
stl.hpp Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
stringCutToZero.cpp
StringHelpers.h
stringToH3.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
structureToFormatSchema.cpp
substring.cpp Move isAllASCII from UTF8Helpers to StringUtils 2024-05-19 09:39:48 +00:00
substringIndex.cpp Move isAllASCII from UTF8Helpers to StringUtils 2024-05-19 09:39:48 +00:00
subtractDays.cpp
subtractHours.cpp
subtractMicroseconds.cpp
subtractMilliseconds.cpp
subtractMinutes.cpp
subtractMonths.cpp
subtractNanoseconds.cpp
subtractQuarters.cpp
subtractSeconds.cpp
subtractWeeks.cpp
subtractYears.cpp
svg.cpp Useless changes 2024-05-12 01:48:03 +02:00
synonyms.cpp
tan.cpp
tanh.cpp
tgamma.cpp
throwIf.cpp
tid.cpp
timeSlot.cpp
timeSlots.cpp
timestamp.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
timezoneOf.cpp
timezoneOffset.cpp
toBool.cpp
toColumnTypeName.cpp
toCustomWeek.cpp
today.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
toDayOfMonth.cpp
toDayOfWeek.cpp
toDayOfYear.cpp
toDaysSinceYearZero.cpp
toDecimalString.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
toFixedString.cpp
toFixedString.h Useless changes 2024-05-09 01:08:33 +02:00
toHour.cpp
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp
tokenExtractors.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
toLastDayOfMonth.cpp
toLowCardinality.cpp
toMillisecond.cpp Add in-source docs 2024-03-05 11:11:18 +00:00
toMinute.cpp
toModifiedJulianDay.cpp
toMonday.cpp
toMonth.cpp
toNullable.cpp
toQuarter.cpp
toRelativeDayNum.cpp
toRelativeHourNum.cpp
toRelativeMinuteNum.cpp
toRelativeMonthNum.cpp
toRelativeQuarterNum.cpp
toRelativeSecondNum.cpp
toRelativeWeekNum.cpp
toRelativeYearNum.cpp
toSecond.cpp
toStartOfDay.cpp
toStartOfFifteenMinutes.cpp
toStartOfFiveMinutes.cpp
toStartOfHour.cpp
toStartOfInterval.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp
toTypeName.cpp
toUnixTimestamp64Micro.cpp Less crap 2024-03-17 12:53:59 +01:00
toUnixTimestamp64Milli.cpp Less crap 2024-03-17 12:53:59 +01:00
toUnixTimestamp64Nano.cpp Less crap 2024-03-17 12:53:59 +01:00
toValidUTF8.cpp
toYear.cpp
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp Make transform always return the first match 2024-04-10 23:39:47 +02:00
TransformDateTime64.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
translate.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
trap.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
trim.cpp change as request 2024-05-10 10:29:53 +08:00
tryBase58Decode.cpp
tryBase64Decode.cpp Docs updated, __msan_unpoison usage fixed 2024-06-11 15:13:42 +00:00
tryBase64URLDecode.cpp base64En/Decode64Url --> base64En/Decode64URL 2024-06-27 09:05:44 +00:00
tryDecrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
tuple.cpp Extend tuple() and add tupleNames() 2024-07-08 01:29:58 +08:00
tuple.h Extend tuple() and add tupleNames() 2024-07-08 01:29:58 +08:00
tupleConcat.cpp Fix tupleConcat of two empty tuples 2024-06-06 23:43:14 +08:00
tupleElement.cpp
tupleHammingDistance.cpp
tupleNames.cpp Extend tuple() and add tupleNames() 2024-07-08 01:29:58 +08:00
tupleToNameValuePairs.cpp
upper.cpp
upperUTF8.cpp
UTCTimestamp.cpp
UTCTimestampTransform.cpp Update call sites added since last commit 2024-05-06 22:25:32 +00:00
validateNestedArraySizes.cpp
variantElement.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
variantType.cpp Fix 2024-01-30 20:32:59 +01:00
VectorExtension.h
vectorFunctions.cpp Merge pull request #55061 from amosbird/support-empty-tuple-2 2024-06-05 02:00:03 +02:00
visibleWidth.cpp Update visibleWidth.cpp 2024-01-21 17:50:21 +03:00
visitParamExtractBool.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractFloat.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractInt.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractRaw.cpp Fix typo in inline doc 2024-03-06 16:31:27 +00:00
visitParamExtractString.cpp Add a setting to allow saving bad escape sequences in JSON input formats 2024-03-25 21:58:53 +00:00
visitParamExtractUInt.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamHas.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
widthBucket.cpp Cleanups 2024-02-14 00:21:13 +01:00
wkt.cpp Better 2024-05-24 18:02:45 +00:00
yesterday.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
ztest.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00