ClickHouse/src/Functions
2023-11-02 21:44:47 +00:00
..
array Merge pull request #54947 from amosbird/minmax-combinator 2023-10-30 03:35:28 +01:00
divide
GatherUtils More clang-tidy fixes 2023-09-21 14:40:57 +00:00
JSONPath reuse GeneratorJSONPath 2023-09-19 17:30:27 +08:00
keyvaluepair Merge pull request #53180 from ClickHouse/ditch-tons-of-garbage 2023-08-10 16:59:51 +03:00
Kusto Kusto-phase2: remove dialect auto option. use table function instead of subquery for kql() function fix type. 2023-08-26 07:40:39 -07:00
tests Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
UniqTheta Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
URL Re-enable clang-tidy checks 2023-09-26 09:34:12 +00:00
UserDefined Fix access checking in evaluations of defaults during async insert. 2023-10-05 10:26:44 +02:00
abs.cpp support string 2023-04-22 17:21:43 +00:00
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMicroseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
addMilliseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
addMinutes.cpp
addMonths.cpp
addNanoseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
addQuarters.cpp
addressToLine.cpp no finalize at d-tor in compression 2023-06-16 16:38:18 +02:00
addressToLine.h Cleanup SymbolIndex after reload got removed 2023-07-09 09:25:11 +02:00
addressToLineWithInlines.cpp Fix "logical error" in addressToLineWithInlines 2023-06-25 08:31:02 +02:00
addressToSymbol.cpp Cleanup SymbolIndex after reload got removed 2023-07-09 09:25:11 +02:00
addSeconds.cpp
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp
aes_encrypt_mysql.cpp
appendTrailingCharIfAbsent.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ascii.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
asin.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
asinh.cpp
assumeNotNull.cpp
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
base58Decode.cpp
base58Encode.cpp
base64Decode.cpp Merge pull request #54479 from rschu1ze/todayssinceyearzero 2023-09-11 17:05:28 +02:00
base64Encode.cpp Merge pull request #54479 from rschu1ze/todayssinceyearzero 2023-09-11 17:05:28 +02:00
bitAnd.cpp bitCount support FixedString data type 2023-04-22 14:17:31 +00:00
bitBoolMaskAnd.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitBoolMaskOr.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitCount.cpp Support bitCount for big integers 2023-05-15 03:30:03 +02:00
bitHammingDistance.cpp bitHammingDistance support String and FixedString data type 2023-05-13 13:56:36 +00:00
bitNot.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into bitcount 2023-04-22 17:23:30 +00:00
bitOr.cpp bitCount support FixedString data type 2023-04-22 14:17:31 +00:00
bitRotateLeft.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitRotateRight.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitShiftLeft.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitShiftRight.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
bitSlice.cpp Compile with C++23 2023-03-10 19:11:58 +00:00
bitSwapLastTwo.cpp support string 2023-04-22 17:21:43 +00:00
bitTest.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
bitTestAll.cpp
bitTestAny.cpp
bitWrapperFunc.cpp support string 2023-04-22 17:21:43 +00:00
bitXor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
blockNumber.cpp
blockSerializedSize.cpp do call finalize for all buffers 2023-06-16 16:38:18 +02:00
blockSize.cpp
byteSize.cpp
byteSwap.cpp Add 16/32-byte integer support 2023-10-13 14:54:56 +00:00
canonicalRand.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
caseWithExpression.cpp Functions: allow caseWithExpression to correctly deal with NULLs 2023-04-26 10:46:32 +02:00
castOrDefault.cpp FunctionHelpers remove areTypesEqual function 2023-09-14 13:51:06 +03:00
CastOverloadResolver.cpp
CastOverloadResolver.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
castTypeToEither.h refactor some old code 2023-08-22 16:20:48 +00:00
catboostEvaluate.cpp
cbrt.cpp
checkHyperscanRegexp.cpp Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
checkHyperscanRegexp.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
CMakeLists.txt Merge remote-tracking branch 'origin/master' into Kusto-phase2-oss-pr 2023-09-27 22:35:14 -07:00
coalesce.cpp
concat.cpp Add tupleConcat function 2023-08-09 20:52:09 +00:00
concatWithSeparator.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
connectionId.cpp
convertCharset.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
cos.cpp
cosh.cpp
countDigits.cpp Speed up countDigits 2023-02-09 04:39:12 +01:00
countMatches.cpp
countMatches.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h Fix one more case 2023-07-21 15:23:24 +02:00
CRC.cpp add empty/notEmpty function support for IP types 2023-01-30 20:37:08 +00:00
currentDatabase.cpp Improve MySQL Compatibility by supporting SCHEMA() 2023-08-19 16:24:09 +02:00
currentProfiles.cpp Address review suggestions 2023-10-25 22:08:57 +02:00
currentRoles.cpp
currentSchemas.cpp new alias for current_database and added current_schemas 2023-07-18 14:50:53 +02:00
currentUser.cpp
CustomWeekTransforms.h Remove TODO comment 2023-10-13 13:24:26 +00:00
date_trunc.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
dateDiff.cpp Revert "Revert "dateDiff: add support for plural units."" 2023-08-24 17:11:58 +02:00
dateName.cpp do call finalize for all buffers 2023-06-16 16:38:18 +02:00
DateTimeTransforms.cpp Introduce setting for dt overflow exception 2023-10-25 23:10:24 +02:00
DateTimeTransforms.h Move DAYS_BETWEEN_YEARS_0_AND_1970 back to indicate the relation to ToDaysSinceYearZero 2023-11-02 20:58:53 +00:00
decodeHTMLComponent.cpp fix clang-tidy errors 2023-09-02 09:50:17 -07:00
decodeXMLComponent.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
decrypt.cpp
defaultValueOfArgumentType.cpp
defaultValueOfTypeName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
degrees.cpp
demangle.cpp Typo: demange.cpp --> demangle.cpp 2023-05-11 21:32:12 +00:00
divide.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
divideDecimal.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
DivisionUtils.h Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
dumpColumnStructure.cpp
empty.cpp
EmptyImpl.h add empty/notEmpty function support for IP types 2023-01-30 20:37:08 +00:00
encodeXMLComponent.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
encrypt.cpp
endsWith.cpp
endsWithUTF8.cpp change as requested 2023-07-26 10:53:07 +08:00
equals.cpp
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
extractAllGroups.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
ExtractString.h
extractTextFromHTML.cpp Mark a function inline 2023-04-06 13:28:30 -07:00
extractTimeZoneFromFunctionArguments.cpp Minor fixes 2023-09-01 14:14:00 +00:00
extractTimeZoneFromFunctionArguments.h Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
factorial.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
filesystem.cpp Slight improvement in Disks interface 2023-04-29 18:55:19 +02:00
finalizeAggregation.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
firstLine.cpp Added function firstLine to extract the first line from a multiline string 2023-07-18 12:18:26 +03:00
flattenTuple.cpp
formatDateTime.cpp Cosmetics 2023-09-25 17:09:22 +00:00
formatQuery.cpp Rename formatQueryOneLine -> formatQuerySingleLine 2023-10-26 13:09:20 +02:00
formatReadable.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
formatReadableDecimalSize.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
formatReadableQuantity.cpp
formatReadableSize.cpp
formatReadableTimeDelta.cpp added subseconds to formatReadableTimeDelta and add tests 2023-09-24 13:04:56 +02:00
formatRow.cpp Fixed tests 2023-03-01 18:05:07 +01:00
formatString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
formatString.h
fromDaysSinceYearZero.cpp Remove more dead code 2023-11-02 21:44:47 +00:00
fromModifiedJulianDay.cpp Fix style 2023-07-06 02:52:55 +02:00
fromUnixTimestamp64Micro.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
fromUnixTimestamp64Milli.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
fromUnixTimestamp64Nano.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
FunctionBase58Conversion.h
FunctionBase64Conversion.h Fix style 2023-09-07 15:00:06 +02:00
FunctionBinaryArithmetic.h Forbid implicit cast of numbers to intervals with the string argument 2023-10-30 18:03:35 +01:00
FunctionBitTestMany.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionChar.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionConstantBase.h
FunctionCustomWeekToDateOrDate32.h String argument support for toDayOfWeek(), toWeek() and toYearWeek() 2023-10-13 10:30:37 +00:00
FunctionCustomWeekToSomething.h String argument support for toDayOfWeek(), toWeek() and toYearWeek() 2023-10-13 10:30:37 +00:00
FunctionDateOrDateTimeAddInterval.h Incorporated review feedback 2023-10-23 14:07:14 +00:00
FunctionDateOrDateTimeToDateOrDate32.h Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
FunctionDateOrDateTimeToDateTimeOrDateTime64.h Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
FunctionDateOrDateTimeToSomething.h KeyCondition: preparation 2023-10-14 04:32:25 +02:00
FunctionFactory.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
FunctionFactory.h Fix more functions with 'Context has expired' error 2023-08-15 20:37:10 +00:00
FunctionFile.cpp Fixed tests 2023-03-11 11:51:54 +01:00
FunctionFQDN.cpp
FunctionGenerateRandomStructure.cpp Fix build 2023-05-22 19:46:05 +00:00
FunctionGenerateRandomStructure.h Fix style 2023-05-15 13:46:18 +02:00
FunctionHelpers.cpp Merge pull request #54518 from rschu1ze/split-better 2023-09-22 12:07:45 +02:00
FunctionHelpers.h FunctionHelpers remove areTypesEqual function 2023-09-14 13:51:06 +03:00
FunctionIfBase.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
FunctionJoinGet.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionJoinGet.h Mark joinGet() as non deterministic (so as dictGet) 2023-05-13 08:12:53 +02:00
FunctionMathBinaryFloat64.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionMathUnary.h Fix segfault in MathUnary 2023-06-27 19:19:58 +02:00
FunctionNumericPredicate.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsAES.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
FunctionsAES.h check number of parameters in format string 2023-01-23 23:16:16 +01:00
FunctionsBinaryRepresentation.cpp Addressing feedback. 2023-08-18 13:50:31 -07:00
FunctionsBitmap.cpp
FunctionsBitmap.h I hate short variable names wholeheartedly 2023-03-19 02:39:59 +01:00
FunctionsBitToArray.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsCharsetClassification.cpp Fix typo 2023-07-23 20:11:24 +02:00
FunctionsCodingIP.cpp Update FunctionsCodingIP.cpp 2023-06-12 14:23:22 -04:00
FunctionsCodingIP.h better exception message 2023-05-31 11:25:33 -04:00
FunctionsCodingULID.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
FunctionsCodingUUID.cpp use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
FunctionsComparison.h Throw an error when comparing time intervals with different units 2023-10-27 23:24:55 +02:00
FunctionsConsistentHashing.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsConversion.cpp
FunctionsConversion.h Update FunctionsConversion.h 2023-10-27 01:13:52 +02:00
FunctionsDecimalArithmetics.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h initial solution 2023-03-06 19:35:00 +03:00
FunctionsExternalDictionaries.cpp Add dictGetAll function for RegExpTreeDictionary 2023-06-04 23:46:04 -05:00
FunctionsExternalDictionaries.h Fix more functions with 'Context has expired' error 2023-08-15 20:37:10 +00:00
FunctionsHashing.h Mirror change 2023-09-04 15:54:01 +00:00
FunctionsHashingInt.cpp Review suggestions 2023-01-24 22:54:01 +00:00
FunctionsHashingMisc.cpp Revert "Revert "Re-add SipHash keyed functions"" 2023-08-11 17:30:04 +02:00
FunctionsHashingMurmur.cpp Add kafkaMurmurHash function 2023-03-29 18:09:15 +00:00
FunctionsHashingSSL.cpp Review suggestions 2023-01-24 22:54:01 +00:00
FunctionShowCertificate.cpp
FunctionShowCertificate.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
FunctionsJSON.cpp Move functions registration to .cpp 2023-03-30 06:24:18 +03:00
FunctionsJSON.h Fix more functions with 'Context has expired' error 2023-08-15 20:37:10 +00:00
FunctionsLanguageClassification.cpp Fix fasttest 2023-07-23 17:59:49 +02:00
FunctionsLogical.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
FunctionsLogical.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
FunctionsMiscellaneous.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
FunctionsMultiStringFuzzySearch.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
FunctionSnowflake.h Fix style 2023-10-25 07:56:10 +00:00
FunctionsOpDate.cpp Support-encoded date arguments in addDate() 2023-10-25 10:41:18 +00:00
FunctionsProgrammingClassification.cpp Fix fasttest 2023-07-23 20:10:41 +02:00
FunctionSQLJSON.cpp
FunctionSQLJSON.h update 2023-09-20 08:44:30 +08:00
FunctionsRandom.cpp
FunctionsRandom.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsRound.cpp
FunctionsRound.h Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
FunctionsStringArray.cpp Rework 2023-09-19 12:20:53 +00:00
FunctionsStringArray.h Rework 2023-09-19 12:20:53 +00:00
FunctionsStringDistance.cpp Fix wrong names 2023-09-28 07:24:39 +02:00
FunctionsStringHash.cpp Fix SimHash function issue for s390x 2023-09-19 07:12:14 -07:00
FunctionsStringHash.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsStringSearch.h Refine the solution 2023-01-23 14:27:48 -08:00
FunctionsStringSearchToString.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsStringSimilarity.cpp ngramDistance* queries fix for big endian platform 2023-09-12 12:55:08 -07:00
FunctionsStringSimilarity.h Add function hammingDistance 2023-09-22 17:43:52 +00:00
FunctionStartsEndsWith.h fix code style 2023-07-25 15:39:49 +08:00
FunctionsTextClassification.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsTimeWindow.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
FunctionsTimeWindow.h
FunctionsTonalityClassification.cpp Fix fasttest 2023-07-23 20:10:41 +02:00
FunctionsTransactionCounters.cpp
FunctionStringOrArrayToT.h add empty/notEmpty function support for IP types 2023-01-30 20:37:08 +00:00
FunctionStringReplace.h Fix replace[Regexp]{One,All}() with const haystacks 2023-04-26 18:18:11 +00:00
FunctionStringToString.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionsVisitParam.h Refine the solution 2023-01-23 14:27:48 -08:00
FunctionToDecimalString.cpp Revert "Remove toDecimalString" 2023-07-24 15:41:21 +03:00
FunctionToDecimalString.h add explicit else 2023-07-25 18:57:54 +02:00
FunctionUnaryArithmetic.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
FunctionUnixTimestamp64.h remove duplicate condition 2023-07-06 02:14:48 +08:00
fuzzBits.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
gcd.cpp
GCDLCMImpl.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
generateULID.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
generateUUIDv4.cpp Addressing feedback. 2023-08-18 13:50:31 -07:00
GeoHash.cpp
GeoHash.h
geohashDecode.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
geohashEncode.cpp fix code style 2023-05-24 14:27:37 +08:00
geohashesInBox.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
geometryConverters.h Maybe smaller binary 2023-10-30 03:23:22 +01:00
geoToH3.cpp fixes 2023-01-24 00:46:03 +01:00
geoToS2.cpp Better detecting invalid figures 2023-07-18 16:26:10 +02:00
getFuzzerData.cpp
getFuzzerData.h
getMacro.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getScalar.cpp Analyzer support _shardNum column to shardNum() function rewrite 2023-03-01 18:03:42 +01:00
getServerPort.cpp
getSetting.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getSizeOfEnumType.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getSubcolumn.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
getTypeSerializationStreams.cpp Remove wrong code 2023-06-25 02:37:10 +02:00
globalVariable.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
greatCircleDistance.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
greater.cpp
greaterOrEquals.cpp
greatest.cpp
GregorianDate.cpp Improve error messages 2023-07-24 19:40:02 +02:00
GregorianDate.h Continuation 2023-07-05 00:39:10 +02:00
grouping.h
h3CellAreaM2.cpp
h3CellAreaRads2.cpp
h3Distance.cpp
h3EdgeAngle.cpp fixes 2023-01-24 00:46:03 +01:00
h3EdgeLengthKm.cpp fixes 2023-01-24 00:46:03 +01:00
h3EdgeLengthM.cpp fixes 2023-01-24 00:46:03 +01:00
h3ExactEdgeLengthKm.cpp
h3ExactEdgeLengthM.cpp
h3ExactEdgeLengthRads.cpp
h3GetBaseCell.cpp
h3GetDestinationIndexFromUnidirectionalEdge.cpp
h3GetFaces.cpp
h3GetIndexesFromUnidirectionalEdge.cpp
h3GetOriginIndexFromUnidirectionalEdge.cpp
h3GetPentagonIndexes.cpp fixes 2023-01-24 00:46:03 +01:00
h3GetRes0Indexes.cpp Consolidate config_functions.h into config.h 2022-09-28 12:48:26 +00:00
h3GetResolution.cpp
h3GetUnidirectionalEdge.cpp
h3GetUnidirectionalEdgeBoundary.cpp
h3GetUnidirectionalEdgesFromHexagon.cpp
h3HexAreaKm2.cpp fixes 2023-01-24 00:46:03 +01:00
h3HexAreaM2.cpp fixes 2023-01-24 00:46:03 +01:00
h3HexRing.cpp
h3IndexesAreNeighbors.cpp
h3IsPentagon.cpp
h3IsResClassIII.cpp
h3IsValid.cpp
h3kRing.cpp
h3Line.cpp
h3NumHexagons.cpp fixes 2023-01-24 00:46:03 +01:00
h3PointDist.cpp
h3ToCenterChild.cpp
h3ToChildren.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
h3toGeo.cpp
h3ToGeoBoundary.cpp
h3ToParent.cpp
h3ToString.cpp
h3UnidirectionalEdgeIsValid.cpp
hasColumnInTable.cpp Unify priorities for connections 2023-06-07 16:25:52 +00:00
hasSubsequence.cpp Add case ins utf8 impl + tests 2023-07-10 09:18:09 +00:00
hasSubsequenceCaseInsensitive.cpp Add case ins utf8 impl + tests 2023-07-10 09:18:09 +00:00
hasSubsequenceCaseInsensitiveUTF8.cpp Add case ins utf8 impl + tests 2023-07-10 09:18:09 +00:00
HasSubsequenceImpl.h try to fix build again 2023-07-10 10:18:00 +00:00
hasSubsequenceUTF8.cpp Add case ins utf8 impl + tests 2023-07-10 09:18:09 +00:00
hasThreadFuzzer.cpp
hasToken.cpp Remove bad code and fix a bug 2023-06-28 10:41:39 +02:00
hasTokenCaseInsensitive.cpp Remove bad code and fix a bug 2023-06-28 10:41:39 +02:00
HasTokenImpl.h Fix style issue 2023-08-09 06:43:27 -07:00
HTMLCharacterReference.generated.cpp fix clang-tidy errors 2023-09-02 09:50:17 -07:00
HTMLCharacterReference.gperf fix clang-tidy errors 2023-09-02 09:50:17 -07:00
HTMLCharacterReference.h add script to generate hash function 2023-08-30 21:30:33 -07:00
HTMLCharacterReference.sh fix clang-tidy errors 2023-09-02 09:50:17 -07:00
hypot.cpp
identity.cpp remove registration of function out of headers 2023-03-27 18:07:21 +00:00
identity.h remove registration of function out of headers 2023-03-27 18:07:21 +00:00
if.cpp Fix bad cast to ColumnVector<Int128> in function if 2023-09-26 12:19:25 +00:00
ifNotFinite.cpp Impelement support for function range of Nullable argument 2023-06-26 12:03:25 +00:00
ifNull.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
IFunction.cpp Update IFunction.cpp 2023-10-08 16:27:33 +03:00
IFunction.h KeyCondition: preparation 2023-10-14 04:32:25 +02:00
IFunctionAdaptors.h KeyCondition: preparation 2023-10-14 04:32:25 +02:00
IFunctionCustomWeek.h String argument support for toDayOfWeek(), toWeek() and toYearWeek() 2023-10-13 10:30:37 +00:00
IFunctionDateOrDateTime.h Simpler 2023-09-22 13:13:55 +00:00
ignore.cpp
ilike.cpp
in.cpp remove properly 2023-08-25 16:49:23 +05:00
indexHint.cpp
indexHint.h
initcap.cpp Special build check fix 2023-07-03 18:09:08 +00:00
initcapUTF8.cpp Special build check fix 2023-07-03 18:09:08 +00:00
initializeAggregation.cpp Rename as suggested. 2023-09-28 15:11:56 +08:00
initialQueryID.cpp
intDiv.cpp Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
intDivOrZero.cpp
intExp2.cpp support string 2023-04-22 17:21:43 +00:00
intExp10.cpp support string 2023-04-22 17:21:43 +00:00
isConstant.cpp
isDecimalOverflow.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
isNaN.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
isNotDistinctFrom.cpp fix style, add built-in documentation 2023-08-30 15:06:35 +00:00
isNotDistinctFrom.h Fix typos 2023-08-31 15:22:27 +00:00
isNotNull.cpp
isNull.cpp
isNullable.cpp
IsOperation.h add modulo, intDiv, intDivOrZero for tuple 2023-07-29 02:03:21 +00:00
isValidUTF8.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
isZeroOrNull.cpp Handle Null in function isZeroOrNull 2023-09-05 13:53:15 +00:00
ITupleFunction.h
JSONArrayLength.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
jsonMergePatch.cpp fix build 2023-10-25 18:53:58 +00:00
jumpConsistentHash.cpp
kostikConsistentHash.cpp
lcm.cpp
least.cpp
LeastGreatestGeneric.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
left.cpp
LeftRight.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
lemmatize.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
lengthUTF8.cpp add empty/notEmpty function support for IP types 2023-01-30 20:37:08 +00:00
less.cpp
lessOrEquals.cpp
lgamma.cpp
like.cpp Add first version of hasSubsequence() 2023-07-06 13:16:31 +00:00
like.h
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logTrace.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
lowCardinalityIndices.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
lowCardinalityKeys.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
lower.cpp
LowerUpperImpl.h
LowerUpperUTF8Impl.h Add initcapUtf8: impl + tests 2023-07-03 11:37:55 +00:00
lowerUTF8.cpp
makeDate.cpp Remove a few unnecessary function implementations 2023-11-02 20:56:01 +00:00
map.cpp move code to cpp files 2023-04-20 16:17:30 +00:00
match.cpp
MatchImpl.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
materialize.cpp
materialize.h Fix optimize read in order for views. 2023-09-14 12:44:43 +02:00
mathConstants.cpp
max2.cpp
min2.cpp
minSampleSize.cpp
minus.cpp
modulo.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
moduloOrZero.cpp
monthName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
mortonDecode.cpp Re-enable clang-tidy checks 2023-09-26 09:34:12 +00:00
mortonEncode.cpp Re-enable clang-tidy checks 2023-09-26 09:34:12 +00:00
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp remove columnar impl when instructions contains short 2023-01-31 18:13:01 +08:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
multiMatchAny.cpp
MultiMatchAnyImpl.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
multiMatchAnyIndex.cpp
multiply.cpp
multiplyDecimal.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
multiSearchAllPositions.cpp
multiSearchAllPositionsCaseInsensitive.cpp
multiSearchAllPositionsCaseInsensitiveUTF8.cpp
MultiSearchAllPositionsImpl.h
multiSearchAllPositionsUTF8.cpp
multiSearchAny.cpp
multiSearchAnyCaseInsensitive.cpp
multiSearchAnyCaseInsensitiveUTF8.cpp
multiSearchAnyUTF8.cpp
multiSearchFirstIndex.cpp
multiSearchFirstIndexCaseInsensitive.cpp
multiSearchFirstIndexCaseInsensitiveUTF8.cpp
MultiSearchFirstIndexImpl.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
multiSearchFirstIndexUTF8.cpp
multiSearchFirstPosition.cpp
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
negate.cpp support string 2023-04-22 17:21:43 +00:00
neighbor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
nested.cpp correct an exception message. 2023-06-30 14:52:47 +08:00
normalizedQueryHash.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
normalizeQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
normalizeString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
notEmpty.cpp
notEquals.cpp
notILike.cpp
notLike.cpp
now64.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
now.cpp alias 2023-07-14 13:53:29 +08:00
nowInBlock.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
nullIf.cpp
numLiteralChars.h change as requested 2023-03-06 17:08:55 +08:00
padString.cpp fix ast fuzzer error 2023-02-08 12:13:29 +08:00
parseDateTime.cpp Fix fuzzer crash in parseDateTime() 2023-08-23 20:08:27 +00:00
parseTimeDelta.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
partitionId.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
PerformanceAdaptors.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
plus.cpp
pointInEllipses.cpp Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
pointInPolygon.cpp Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
polygonArea.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonConvexHull.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonPerimeter.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsDistance.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsEquals.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsIntersection.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsSymDifference.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsUnion.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
polygonsWithin.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
PolygonUtils.h Implement endianness-independent SipHash and MergeTree checksum serialization 2023-07-19 10:01:55 -07:00
position.cpp Add Documentation to FunctionFactory 2022-08-27 22:06:57 +02:00
positionCaseInsensitive.cpp Add INSTR as alias of posionCaseInsensitive for MySQL compatibility 2023-03-13 15:44:38 +00:00
positionCaseInsensitiveUTF8.cpp
PositionImpl.h Minor doc follow-up to #45382 2023-01-31 10:31:01 +00:00
positionUTF8.cpp
pow.cpp
queryID.cpp
radians.cpp
rand64.cpp
rand.cpp
randConstant.cpp Fix incorrect code indentation 2023-03-26 17:14:01 +08:00
randDistribution.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
randomFixedString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
randomPrintableASCII.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
randomString.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
randomStringUTF8.cpp Fix style 2023-05-11 09:29:05 +00:00
readWkt.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
regexpExtract.cpp Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
regexpQuoteMeta.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Regexps.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
registerFunctions.cpp
registerFunctions.h
reinterpretAs.cpp Change BE-UUID to work the same as LE-UUID. Included high and low getters to provide cleaner code when accessing undertype. 2023-08-18 08:19:46 -07:00
repeat.cpp Protect against DOS 2023-05-23 12:16:49 +00:00
replaceAll.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
replaceOne.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
replaceRegexpAll.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
ReplaceRegexpImpl.h Remove broken lockless variant of re2 2023-09-14 16:40:42 +00:00
replaceRegexpOne.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
ReplaceStringImpl.h Fix darwin build 2023-04-05 12:07:22 +00:00
replicate.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
replicate.h
reverse.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
reverseDNSQuery.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
reverseUTF8.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
right.cpp
roundAge.cpp support string 2023-04-22 17:21:43 +00:00
roundDuration.cpp support string 2023-04-22 17:21:43 +00:00
roundToExp2.cpp support string 2023-04-22 17:21:43 +00:00
rowNumberInAllBlocks.cpp Fix flaky test 01459_manual_write_to_replicas_quorum_detach_attach and several typos 2023-01-03 16:27:51 +01:00
rowNumberInBlock.cpp
runningAccumulate.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
runningConcurrency.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
runningDifference.cpp
runningDifference.h Add support for big int types to runningDifference() function 2023-03-08 00:52:58 +00:00
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h
s2CapContains.cpp
s2CapUnion.cpp
s2CellsIntersect.cpp
s2GetNeighbors.cpp
s2RectAdd.cpp Fix test 2023-07-19 13:43:40 +00:00
s2RectContains.cpp Fix test 2023-07-19 13:43:40 +00:00
s2RectIntersection.cpp Fix test 2023-07-19 13:43:40 +00:00
s2RectUnion.cpp Fix test 2023-07-19 13:43:40 +00:00
s2ToGeo.cpp Better detecting invalid figures 2023-07-18 16:26:10 +02:00
serverConstants.cpp Cleanup SymbolIndex after reload got removed 2023-07-09 09:25:11 +02:00
sigmoid.cpp
sign.cpp support string 2023-04-22 17:21:43 +00:00
sin.cpp
sinh.cpp
sleep.cpp
sleep.h Update tests 2023-04-29 19:48:33 +02:00
sleepEachRow.cpp
snowflake.cpp Fix style 2023-06-11 07:40:39 +00:00
soundex.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
space.cpp Fix macos build 2023-05-25 17:05:18 +00:00
sqrt.cpp
startsWith.cpp
startsWithUTF8.cpp change as requested 2023-07-26 10:53:07 +08:00
stem.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
stringCutToZero.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
StringHelpers.h Added function firstLine to extract the first line from a multiline string 2023-07-18 12:18:26 +03:00
stringToH3.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
structureToFormatSchema.cpp Fix tests 2023-07-20 12:59:05 +00:00
substring.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
substringIndex.cpp fix asan error 2023-07-05 17:49:01 +08:00
subtractDays.cpp
subtractHours.cpp
subtractMicroseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
subtractMilliseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
subtractMinutes.cpp
subtractMonths.cpp
subtractNanoseconds.cpp Refactorings in FunctionDateOrDateTimeAddInterval 2023-10-20 15:47:16 +00:00
subtractQuarters.cpp
subtractSeconds.cpp
subtractWeeks.cpp
subtractYears.cpp
svg.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
synonyms.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
tan.cpp
tanh.cpp
tgamma.cpp
throwIf.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
tid.cpp
timeSlot.cpp
timeSlots.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
timestamp.cpp Fix UBSan error 2023-09-28 07:45:00 +00:00
timezoneOf.cpp remove additional logging 2023-04-12 17:45:11 +02:00
timezoneOffset.cpp
toBool.cpp
toColumnTypeName.cpp
toCustomWeek.cpp Deprive toStartOfWeek and toLastDayOfWeek functions of in-source documentation 2023-05-29 22:10:34 +00:00
today.cpp alias 2023-07-14 13:53:29 +08:00
toDayOfMonth.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toDayOfWeek.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toDayOfYear.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toDaysSinceYearZero.cpp Simpler 2023-09-22 13:13:55 +00:00
toFixedString.cpp Automated function registration 2022-07-29 15:39:50 +08:00
toFixedString.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
toHour.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp
tokenExtractors.cpp
toLastDayOfMonth.cpp
toLowCardinality.cpp
toMinute.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toModifiedJulianDay.cpp Fix style 2023-07-06 02:52:55 +02:00
toMonday.cpp
toMonth.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toNullable.cpp
toQuarter.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toRelativeDayNum.cpp
toRelativeHourNum.cpp
toRelativeMinuteNum.cpp
toRelativeMonthNum.cpp
toRelativeQuarterNum.cpp
toRelativeSecondNum.cpp
toRelativeWeekNum.cpp
toRelativeYearNum.cpp
toSecond.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toStartOfDay.cpp
toStartOfFifteenMinutes.cpp
toStartOfFiveMinutes.cpp
toStartOfHour.cpp
toStartOfInterval.cpp (Hopefully) fix clang-tidy 2023-10-08 16:30:02 +00:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
toTypeName.cpp Fix build 2023-09-29 05:35:24 +02:00
toUnixTimestamp64Micro.cpp
toUnixTimestamp64Milli.cpp
toUnixTimestamp64Nano.cpp
toValidUTF8.cpp AARCH64 Neon memequal wide 2023-08-20 12:45:18 +03:00
toYear.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp Fix error reporting 2023-08-23 17:26:23 +02:00
TransformDateTime64.h Mirror change 2023-09-04 15:54:01 +00:00
translate.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
trap.cpp Update trap.cpp 2023-02-25 02:24:29 +03:00
trim.cpp Register trim aliases in system.functions 2023-04-06 14:25:27 +00:00
tryBase58Decode.cpp
tryBase64Decode.cpp
tryDecrypt.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
tuple.cpp fix style, add built-in documentation 2023-08-30 15:06:35 +00:00
tuple.h fix style, add built-in documentation 2023-08-30 15:06:35 +00:00
tupleConcat.cpp Add tupleConcat function 2023-08-09 20:52:09 +00:00
tupleElement.cpp Fix logical error in tupleElement() 2023-06-28 18:35:33 +00:00
tupleHammingDistance.cpp Delete a line 2023-06-25 02:39:25 +02:00
tupleToNameValuePairs.cpp
upper.cpp
upperUTF8.cpp
UTCTimestamp.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
UTCTimestampTransform.cpp More clang-tidy fixes 2023-09-21 14:40:57 +00:00
validateNestedArraySizes.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
VectorExtension.h
vectorFunctions.cpp add modulo, intDiv, intDivOrZero for tuple 2023-07-29 02:03:21 +00:00
visibleWidth.cpp
visitParamExtractBool.cpp
visitParamExtractFloat.cpp
visitParamExtractInt.cpp Register more aliases correctly 2022-08-28 00:14:38 +02:00
visitParamExtractRaw.cpp
visitParamExtractString.cpp
visitParamExtractUInt.cpp
visitParamHas.cpp
widthBucket.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
wkt.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
yesterday.cpp
ztest.cpp Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00