ClickHouse/src/Functions
2024-11-17 09:19:53 +00:00
..
array No, this is better 2024-11-14 00:34:34 +01:00
divide Print CPU flags at startup 2024-02-16 13:06:57 +01:00
GatherUtils Add comments around extract_into_parent_list usages 2024-09-25 13:11:31 +02:00
JSONPath Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
keyvaluepair Apply linter changes 2024-10-06 12:29:20 +02:00
Kusto Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +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 Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
UserDefined Avoid crash when using UDF in a constraint 2024-11-06 19:26:39 +01:00
abs.cpp Merge branch 'master' into fp16 2024-11-10 00:11:28 +01:00
acos.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
acosh.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
addDays.cpp
addHours.cpp
addMicroseconds.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
addMilliseconds.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
addMinutes.cpp
addMonths.cpp
addNanoseconds.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
addQuarters.cpp
addressToLine.cpp Insignificant changes 2024-02-18 10:47:18 +01:00
addressToLine.h Apply linter changes 2024-10-06 12:29:20 +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 Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
aes_encrypt_mysql.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
alphaTokens.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
appendTrailingCharIfAbsent.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
arrayStringConcat.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
ascii.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
asin.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
asinh.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
assumeNotNull.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
atan2.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
atan.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
atanh.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
bar.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
base58Decode.cpp
base58Encode.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
base64Decode.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
base64Encode.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
base64URLDecode.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
base64URLEncode.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +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 bitShift: return 0 instead of throwing an exception if overflow 2024-11-07 12:39:10 +00:00
bitShiftRight.cpp bitShift: return 0 instead of throwing an exception if overflow 2024-11-07 12:39:10 +00:00
bitSlice.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
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 do call finalize for all buffers 2023-06-16 16:38:18 +02:00
blockSize.cpp
byteSize.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
byteSwap.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
caseWithExpression.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
castOrDefault.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
CastOverloadResolver.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
CastOverloadResolver.h Avoid converting type to string and back in _CAST 2024-08-09 11:51:23 +00:00
castTypeToEither.h Useless changes 2024-05-10 05:55:04 +02:00
catboostEvaluate.cpp
cbrt.cpp
changeDate.cpp Try to fix an msan issue 2024-07-13 22:07:46 +00:00
checkHyperscanRegexp.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
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 Fix builds and comments 2024-10-02 16:25:34 +00:00
coalesce.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
concat.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
concatWithSeparator.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
connectionId.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
convertCharset.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
cos.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
cosh.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
countDigits.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
countMatches.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
countMatches.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
countSubstrings.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
CountSubstringsImpl.h Review fix 2024-10-24 12:55:16 +02:00
coverage.cpp Useless changes 2024-05-09 01:08:33 +02:00
CRC.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
currentDatabase.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
currentUser.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
CustomWeekTransforms.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
date_trunc.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
dateDiff.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
dateName.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
dateTimeToSnowflakeID.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
DateTimeTransforms.cpp Revert "Revert "Add toMillisecond function"" 2024-03-01 13:14:44 +00:00
DateTimeTransforms.h fix transformer for custom week adapter, add name to ZeroTransform 2024-11-13 16:22:49 +00:00
decodeHTMLComponent.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
decodeXMLComponent.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
decrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
defaultValueOfArgumentType.cpp
defaultValueOfTypeName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
degrees.cpp Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
demangle.cpp Typo: demange.cpp --> demangle.cpp 2023-05-11 21:32:12 +00:00
divide.cpp Manual implementation 2024-11-10 22:13:22 +01:00
divideDecimal.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
DivisionUtils.h Preparation 2024-06-02 04:26:14 +02:00
dumpColumnStructure.cpp
dynamicElement.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
dynamicType.cpp Reimplement Dynamic type 2024-08-09 21:17:49 +00:00
empty.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
EmptyImpl.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
encodeXMLComponent.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
encrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
endsWith.cpp
endsWithUTF8.cpp change as requested 2023-07-26 10:53:07 +08:00
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 Ditch tons of garbage 2023-08-09 02:19:02 +02:00
exp2.cpp
exp10.cpp
exp.cpp Style 2024-11-10 02:27:53 +01:00
extract.cpp Fix remainders, pt. III 2024-08-01 09:03:40 +00:00
extractAll.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
extractAllGroups.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
extractGroups.cpp Cleanup FunctionArgumentDescriptor 2024-07-02 16:30:48 +00:00
ExtractString.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
extractTextFromHTML.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
extractTimeZoneFromFunctionArguments.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
extractTimeZoneFromFunctionArguments.h Add compat setting for non-const timezones 2023-06-10 16:56:42 +00:00
factorial.cpp Merge branch 'master' into fp16 2024-11-10 00:11:28 +01:00
filesystem.cpp Apply linter changes 2024-10-06 12:29:20 +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
format.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
formatDateTime.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
formatQuery.cpp Merge branch 'master' into calculator 2024-10-17 13:40:13 +02:00
formatReadable.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
formatReadableDecimalSize.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
formatReadableQuantity.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
formatReadableSize.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
formatReadableTimeDelta.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
formatRow.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
formatString.h Cosmetics: remove superfluous inline 2024-01-29 13:24:43 +00:00
fromDaysSinceYearZero.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
fromModifiedJulianDay.cpp Apply linter changes 2024-10-06 12:29:20 +02: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 Fix style check 2024-10-21 11:18:09 +02:00
FunctionBase64Conversion.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionBinaryArithmetic.h Fix logical error 2024-11-12 22:05:09 +01:00
FunctionBitTestMany.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionChar.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionConstantBase.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionCustomWeekToDateOrDate32.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionCustomWeekToSomething.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionDateOrDateTimeAddInterval.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionDateOrDateTimeToDateOrDate32.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionDateOrDateTimeToDateTimeOrDateTime64.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionDateOrDateTimeToSomething.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionDynamicAdaptor.cpp Fix flaky test, fix tidy build 2024-10-03 12:03:18 +00:00
FunctionDynamicAdaptor.h Better comments 2024-09-17 18:19:45 +00:00
FunctionFactory.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionFactory.h Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionFile.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionFQDN.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionGenerateRandomStructure.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionGenerateRandomStructure.h Less indirect dependencies on Settings.h 2024-07-11 17:33:14 +02:00
FunctionHelpers.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionHelpers.h Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
FunctionIfBase.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
FunctionJoinGet.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionMathBinaryFloat64.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionMathUnary.h Merge branch 'master' into fp16 2024-11-10 00:11:28 +01:00
FunctionNumericPredicate.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionsAES.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
FunctionsAES.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsBinaryRepresentation.cpp Introspection 2024-11-11 01:02:10 +01:00
FunctionsBitmap.cpp
FunctionsBitmap.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsBitToArray.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsCharsetClassification.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionsCodingIP.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsCodingIP.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsCodingULID.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionsCodingUUID.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsComparison.h Merge branch 'master' into fp16 2024-11-13 18:21:20 +01:00
FunctionsConsistentHashing.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsConversion.cpp Merge branch 'master' into fp16 2024-11-12 01:23:35 +01:00
FunctionsDecimalArithmetics.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsExternalDictionaries.cpp Add dictGetAll function for RegExpTreeDictionary 2023-06-04 23:46:04 -05:00
FunctionsExternalDictionaries.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsHashing.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsHashingInt.cpp Review suggestions 2023-01-24 22:54:01 +00:00
FunctionsHashingMisc.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionsHashingMurmur.cpp Add kafkaMurmurHash function 2023-03-29 18:09:15 +00:00
FunctionShowCertificate.cpp
FunctionShowCertificate.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
FunctionsJSON.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionsLanguageClassification.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionsLogical.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsLogical.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
FunctionsMiscellaneous.h Only with analyzer 2024-11-10 00:01:51 +01:00
FunctionsMultiStringFuzzySearch.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionsOpDate.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionSpaceFillingCurve.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionsProgrammingClassification.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionSQLJSON.cpp
FunctionSQLJSON.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsRandom.cpp
FunctionsRandom.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionsRound.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
FunctionsRound.h Manual implementation 2024-11-10 22:13:22 +01:00
FunctionsStringDistance.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsStringHash.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionsStringHash.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionsStringHashFixedString.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsStringSearch.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsStringSearchToString.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsStringSimilarity.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionsStringSimilarity.h Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
FunctionStartsEndsWith.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
FunctionsTextClassification.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionsTimeWindow.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsTimeWindow.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsTonalityClassification.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionsTransactionCounters.cpp
FunctionStringOrArrayToT.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionStringReplace.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionStringToString.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
FunctionsVisitParam.h Merge branch 'master' into fp16 2024-11-10 00:11:28 +01:00
FunctionTokens.h Apply linter changes 2024-10-06 12:29:20 +02:00
FunctionUnaryArithmetic.h JIT infrastructure refactoring 2023-06-20 11:42:22 +03:00
FunctionUnixTimestamp64.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
FunctionUnixTimestamp64.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
fuzzBits.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
gcd.cpp
GCDLCMImpl.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
generateSnowflakeID.cpp Some fixups 2024-07-15 06:39:33 +00:00
generateULID.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00: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 Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
geohashEncode.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
geohashesInBox.cpp Replace validateArgumentType() by validateFunctionArguments() 2024-07-02 17:43:29 +00:00
geometryConverters.h Apply linter changes 2024-10-06 12:29:20 +02:00
geoToH3.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
geoToS2.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
getClientHTTPHeader.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
getFuzzerData.cpp Limit backtracking in parser 2024-03-17 20:16:23 +01:00
getMacro.cpp Fixing test. 2024-07-12 17:06:07 +00:00
getScalar.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
getServerPort.cpp
getSetting.cpp Use isColumnConst() to validate param 2024-09-30 03:44:08 +00:00
getSizeOfEnumType.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
getSubcolumn.cpp Merge branch 'master' into default-implementation-for-dynamic 2024-09-30 14:30:03 +02:00
getTypeSerializationStreams.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
globalVariable.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
greatCircleDistance.cpp Apply linter changes 2024-10-06 12:29:20 +02: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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
GregorianDate.cpp Apply linter changes 2024-10-06 12:29:20 +02: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 Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3CellAreaRads2.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3Distance.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3EdgeAngle.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3EdgeLengthKm.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3EdgeLengthM.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ExactEdgeLengthKm.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ExactEdgeLengthM.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ExactEdgeLengthRads.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetBaseCell.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetDestinationIndexFromUnidirectionalEdge.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetFaces.cpp
h3GetIndexesFromUnidirectionalEdge.cpp
h3GetOriginIndexFromUnidirectionalEdge.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetPentagonIndexes.cpp fixes 2023-01-24 00:46:03 +01:00
h3GetRes0Indexes.cpp
h3GetResolution.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetUnidirectionalEdge.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3GetUnidirectionalEdgeBoundary.cpp
h3GetUnidirectionalEdgesFromHexagon.cpp
h3HexAreaKm2.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3HexAreaM2.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3HexRing.cpp
h3IndexesAreNeighbors.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3IsPentagon.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3IsResClassIII.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3IsValid.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3kRing.cpp
h3Line.cpp
h3NumHexagons.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3PointDist.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ToCenterChild.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ToChildren.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
h3toGeo.cpp
h3ToGeoBoundary.cpp
h3ToParent.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3ToString.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
h3UnidirectionalEdgeIsValid.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
hasColumnInTable.cpp Rename Context::getSettings() 2024-07-15 14:28:12 +02:00
hasSubsequence.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
hasSubsequenceCaseInsensitive.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
hasSubsequenceCaseInsensitiveUTF8.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
HasSubsequenceImpl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
hasSubsequenceUTF8.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
hasThreadFuzzer.cpp
hasToken.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
hasTokenCaseInsensitive.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
HasTokenImpl.h Apply linter changes 2024-10-06 12:29:20 +02:00
hilbertDecode2DLUT.h fix gtest by adding header with Impl 2024-05-29 09:58:39 +00:00
hilbertDecode.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
hilbertEncode2DLUT.h style 2024-05-29 17:42:59 +00:00
hilbertEncode.cpp Hide Settings implementation 2024-09-18 15:48:02 +02: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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
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 Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
if.cpp Fix empty tuple ALTER 2024-11-09 13:04:39 +08:00
if.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
ifNotFinite.cpp Impelement support for function range of Nullable argument 2023-06-26 12:03:25 +00:00
ifNull.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
IFunction.cpp fix 2024-10-16 15:16:47 +01:00
IFunction.h Miscellaneous 2024-11-10 00:01:51 +01:00
IFunctionAdaptors.h Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
IFunctionCustomWeek.h fix transformer for custom week adapter, add name to ZeroTransform 2024-11-13 16:22:49 +00:00
IFunctionDateOrDateTime.h Fix toHour monotonicity 2024-10-25 15:32:58 +08:00
ignore.cpp
ilike.cpp
in.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
indexHint.cpp
indexHint.h Merge branch 'master' into use-uniq-ptr-for-actions-dag 2024-07-25 15:22:45 +02:00
initcap.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
initcapUTF8.cpp first commit 2024-08-19 07:12:44 +00:00
initializeAggregation.cpp Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
initialQueryID.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +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 Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00: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 Apply linter changes 2024-10-06 12:29:20 +02:00
isNull.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
isNullable.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
IsOperation.h fix 2024-03-01 17:42:57 +00:00
isValidUTF8.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
isZeroOrNull.cpp Handle Null in function isZeroOrNull 2023-09-05 13:53:15 +00:00
ITupleFunction.h
JSONArrayLength.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
jsonMergePatch.cpp Fix stack overflow in JSONMergePatch 2024-08-04 18:25:36 +02:00
JSONPaths.cpp Fix tests 2024-08-14 12:20:33 +00: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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
LeastGreatestGeneric.h review fix 2024-06-05 15:47:42 +08:00
left.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
LeftRight.h Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
lemmatize.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
lengthUTF8.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
log1p.cpp
log2.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
log10.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
log.cpp Style 2024-11-10 02:27:53 +01:00
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 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 Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
LowerUpperImpl.h first commit 2024-08-19 07:12:44 +00:00
LowerUpperUTF8Impl.h Don't forget to call ucasemap_close for every ucasemap_open 2024-09-06 17:25:14 +00:00
lowerUTF8.cpp first commit 2024-08-19 07:12:44 +00:00
makeDate.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
map.cpp Merge pull request #69715 from bigo-sg/improve_map_from_arrays 2024-09-21 16:47:45 +00:00
match.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
MatchImpl.h Apply linter changes 2024-10-06 12:29:20 +02:00
materialize.cpp fix and add tests 2024-09-21 13:49:06 +00:00
materialize.h fix and add tests 2024-09-21 13:49:06 +00:00
mathConstants.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
max2.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
min2.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
minSampleSize.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
minus.cpp Preparation 2024-06-02 20:43:02 +02:00
modulo.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
moduloOrZero.cpp Preparation 2024-06-02 04:26:14 +02:00
monthName.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
mortonDecode.cpp style 2024-04-25 09:07:20 +00:00
mortonEncode.cpp update error codes related to number of accepted arguments 2024-07-22 11:21:54 +02:00
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp Hide Settings implementation 2024-09-18 15:48:02 +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 merge master 2024-08-10 13:53:32 +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 master 2024-08-10 13:53:32 +00:00
multiMatchAnyIndex.cpp
multiply.cpp Preparation 2024-06-02 04:26:14 +02: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 hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
multiSearchAllPositionsUTF8.cpp
multiSearchAny.cpp
multiSearchAnyCaseInsensitive.cpp
multiSearchAnyCaseInsensitiveUTF8.cpp
multiSearchAnyUTF8.cpp
multiSearchFirstIndex.cpp
multiSearchFirstIndexCaseInsensitive.cpp
multiSearchFirstIndexCaseInsensitiveUTF8.cpp
MultiSearchFirstIndexImpl.h merge master 2024-08-10 13:53:32 +00:00
multiSearchFirstIndexUTF8.cpp
multiSearchFirstPosition.cpp
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h merge master 2024-08-10 13:53:32 +00:00
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h merge master 2024-08-10 13:53:32 +00:00
negate.cpp Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
neighbor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
nested.cpp Fix #71677 2024-11-09 02:30:10 +01:00
normalizedQueryHash.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
normalizeQuery.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
normalizeString.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
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 Hide Settings implementation 2024-09-18 15:48:02 +02:00
now.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
nowInBlock.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
nullIf.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
numLiteralChars.h change as requested 2023-03-06 17:08:55 +08:00
overlay.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
padString.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
parseDateTime.cpp Smaller fixups 2024-11-15 17:47:20 +00:00
parseReadableSize.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
parseTimeDelta.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
partitionId.cpp Make the alias case-sensitive 2024-07-15 08:57:11 +02:00
PerformanceAdaptors.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
plus.cpp Preparation 2024-06-02 04:26:14 +02:00
pointInEllipses.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
pointInPolygon.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
polygonArea.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
polygonConvexHull.cpp Useless changes 2024-05-12 01:48:03 +02:00
polygonPerimeter.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
polygonsDistance.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
polygonsEquals.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
polygonsIntersection.cpp Added support for reading multilinestring wkts 2024-08-01 18:23:11 -06:00
polygonsSymDifference.cpp Added support for reading multilinestring wkts 2024-08-01 18:23:11 -06:00
polygonsUnion.cpp Added support for reading multilinestring wkts 2024-08-01 18:23:11 -06:00
polygonsWithin.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
PolygonUtils.h Manual implementation 2024-11-10 22:13:22 +01:00
position.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
positionCaseInsensitive.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
positionCaseInsensitiveUTF8.cpp
PositionImpl.h Apply linter changes 2024-10-06 12:29:20 +02:00
positionUTF8.cpp
pow.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
printf.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
punycode.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
queryID.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
radians.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
rand64.cpp
rand.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
randCanonical.cpp Some unrelated minor fixes 2024-10-15 16:59:15 +00:00
randConstant.cpp Fix incorrect code indentation 2023-03-26 17:14:01 +08:00
randDistribution.cpp Prevent misuse of random number distributions 2024-07-29 02:00:30 +02:00
randomFixedString.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
randomPrintableASCII.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
randomString.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
randomStringUTF8.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
readWkt.cpp Added support for reading multilinestring wkts 2024-08-01 18:23:11 -06:00
regexpExtract.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
regexpQuoteMeta.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
Regexps.h Apply linter changes 2024-10-06 12:29:20 +02:00
registerFunctions.cpp
registerFunctions.h
reinterpretAs.cpp Functions: Iterate over input_rows_count where appropriate 2024-07-28 13:26:42 +00:00
repeat.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
replaceAll.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
replaceOne.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
replaceRegexpAll.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
ReplaceRegexpImpl.h modify comment of test and clean code 2024-10-21 12:23:42 +08:00
replaceRegexpOne.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
ReplaceStringImpl.h use chassert instead of assert 2024-09-27 09:35:22 +08:00
replicate.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
replicate.h
reverse.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
reverse.h Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
reverseUTF8.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
right.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
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 Fix flaky test 01459_manual_write_to_replicas_quorum_detach_attach and several typos 2023-01-03 16:27:51 +01:00
rowNumberInBlock.cpp More iota 2023-12-29 17:20:18 +01:00
runningAccumulate.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
runningConcurrency.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
runningDifference.cpp
runningDifference.h Apply linter changes 2024-10-06 12:29:20 +02:00
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h Remove old code 2024-03-04 00:11:55 +01:00
s2CapContains.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
s2CapUnion.cpp
s2CellsIntersect.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
s2GetNeighbors.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2RectAdd.cpp Fix test 2023-07-19 13:43:40 +00:00
s2RectContains.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +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
seriesDecomposeSTL.cpp Functions [s-t]*: Iterate over input_rows_count where appropriate 2024-07-25 10:00:17 +00:00
seriesOutliersDetectTukey.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
seriesPeriodDetectFFT.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
serverConstants.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
sigmoid.cpp Style 2024-11-10 02:27:53 +01:00
sign.cpp Merge branch 'master' into fp16 2024-11-10 00:11:28 +01:00
sin.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
sinh.cpp
sleep.cpp
sleep.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
sleepEachRow.cpp
snowflake.cpp Merge branch 'master' into default-implementation-for-dynamic 2024-09-30 14:30:03 +02:00
snowflakeIDToDateTime.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
soundex.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
space.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +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 Apply linter changes 2024-10-06 12:29:20 +02: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 Merge branch 'master' into default-implementation-for-dynamic 2024-09-30 14:30:03 +02:00
sqrt.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
startsWith.cpp
startsWithUTF8.cpp change as requested 2023-07-26 10:53:07 +08:00
stem.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
stl.hpp Apply linter changes 2024-10-06 12:29:20 +02:00
stringCutToZero.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
StringHelpers.h Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
stringToH3.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
structureToFormatSchema.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
substring.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
substringIndex.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00: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 Functions [s-t]*: Iterate over input_rows_count where appropriate 2024-07-25 10:00:17 +00:00
subtractQuarters.cpp
subtractSeconds.cpp
subtractWeeks.cpp
subtractYears.cpp
svg.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
synonyms.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
tan.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
tanh.cpp Style 2024-11-10 02:27:53 +01:00
tgamma.cpp
throwIf.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
tid.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
timeSlot.cpp
timeSlots.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
timestamp.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
timezoneOf.cpp Merge pull request #69691 from Avogar/default-implementation-for-dynamic 2024-10-08 08:22:26 +00:00
timezoneOffset.cpp
toBool.cpp Avoid converting type to string and back in _CAST 2024-08-09 11:51:23 +00:00
toColumnTypeName.cpp
toCustomWeek.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
today.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toDayOfMonth.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toDayOfWeek.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toDayOfYear.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toDaysSinceYearZero.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toDecimalString.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
toFixedString.cpp
toFixedString.h Useless changes 2024-05-09 01:08:33 +02:00
toHour.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +00:00
tokenExtractors.cpp Functions [s-t]*: Iterate over input_rows_count where appropriate 2024-07-25 10:00:17 +00:00
toLastDayOfMonth.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toLowCardinality.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
toMillisecond.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toMinute.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toModifiedJulianDay.cpp Fix style 2023-07-06 02:52:55 +02:00
toMonday.cpp
toMonth.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toNullable.cpp
toQuarter.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toRelativeDayNum.cpp
toRelativeHourNum.cpp
toRelativeMinuteNum.cpp
toRelativeMonthNum.cpp
toRelativeQuarterNum.cpp
toRelativeSecondNum.cpp
toRelativeWeekNum.cpp
toRelativeYearNum.cpp
toSecond.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toStartOfDay.cpp
toStartOfFifteenMinutes.cpp
toStartOfFiveMinutes.cpp
toStartOfHour.cpp
toStartOfInterval.cpp Merge branch 'ClickHouse:master' into to_start_of_interval_timezone_bug 2024-09-27 17:17:49 +02:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
toTypeName.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
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 Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00:00
toYear.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp Fix bad_weak_ptr exception with Dynamic in functions comparison 2024-10-29 11:08:27 +00:00
TransformDateTime64.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
translate.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
trap.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
trim.cpp Functions [h-r]*: Iterate over input_rows_count where appropriate 2024-07-23 17:21:46 +00: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 Hide Settings implementation 2024-09-18 15:48:02 +02:00
tuple.h Apply linter changes 2024-10-06 12:29:20 +02:00
tupleConcat.cpp Fix tupleConcat of two empty tuples 2024-06-06 23:43:14 +08:00
tupleElement.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
tupleHammingDistance.cpp Delete a line 2023-06-25 02:39:25 +02:00
tupleNames.cpp Extend tuple() and add tupleNames() 2024-07-08 01:29:58 +08:00
tupleToNameValuePairs.cpp Functions [s-t]*: Iterate over input_rows_count where appropriate 2024-07-25 10:00:17 +00:00
upper.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
upperUTF8.cpp first commit 2024-08-19 07:12:44 +00:00
UTCTimestamp.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
UTCTimestampTransform.cpp review fix 2024-10-25 17:55:43 +08:00
validateNestedArraySizes.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
variantElement.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
variantType.cpp Fix 2024-01-30 20:32:59 +01:00
VectorExtension.h
vectorFunctions.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
visibleWidth.cpp Hide Settings implementation 2024-09-18 15:48:02 +02: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 Apply linter changes 2024-10-06 12:29:20 +02:00
wkt.cpp Support Dynamic type in most functions 2024-09-17 18:05:24 +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