ClickHouse/src/Functions
李扬 90d07ba82c
Trivial optimize of function coalesce. (#59627)
* reuse result of functionfactory::get

* add perf test

* Update src/Functions/coalesce.cpp

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>

* change as requested

---------

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2024-02-14 11:29:45 +01:00
..
array Merge pull request #58866 from rschu1ze/distance-with-cpu-dispatch 2024-02-09 03:32:26 +01:00
divide Strict aliasing for Int8 2024-02-06 20:33:32 +01:00
GatherUtils Fix style 2023-12-01 03:34:54 +01:00
JSONPath Fix JSON_QUERY function with multiple numeric paths (#57096) 2023-12-03 15:53:50 +01:00
keyvaluepair rename a setting 2024-02-13 19:27:29 +00:00
Kusto
tests Remove some code 2024-01-13 03:48:04 +01:00
UniqTheta
URL Split FunctionsStringArray 2023-11-11 02:21:24 +01:00
UserDefined Updated implementation 2024-01-25 14:31:49 +03:00
abs.cpp
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
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 Fix style 2023-11-11 04:25:49 +01:00
appendTrailingCharIfAbsent.cpp Fix error and remove garbage 2023-11-11 03:38:46 +01:00
arrayStringConcat.cpp Fix error and remove garbage 2023-11-11 03:38:46 +01:00
ascii.cpp
asin.cpp
asinh.cpp
assumeNotNull.cpp
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp
base58Decode.cpp
base58Encode.cpp
base64Decode.cpp
base64Encode.cpp
bitAnd.cpp
bitBoolMaskAnd.cpp
bitBoolMaskOr.cpp
bitCount.cpp Implement bitHammingDistance for big integers 2023-11-21 18:38:00 +01:00
bitHammingDistance.cpp Fix style 2023-11-22 01:24:58 +01:00
bitNot.cpp
bitOr.cpp
bitRotateLeft.cpp
bitRotateRight.cpp
bitShiftLeft.cpp
bitShiftRight.cpp
bitSlice.cpp
bitSwapLastTwo.cpp
bitTest.cpp
bitTestAll.cpp
bitTestAny.cpp
bitWrapperFunc.cpp
bitXor.cpp
blockNumber.cpp
blockSerializedSize.cpp
blockSize.cpp
byteSize.cpp
byteSwap.cpp Add 16/32-byte integer support 2023-10-13 14:54:56 +00:00
canonicalRand.cpp
caseWithExpression.cpp
castOrDefault.cpp
CastOverloadResolver.cpp Remove C++ templates 2023-11-10 05:25:02 +01:00
CastOverloadResolver.h Remove C++ templates 2023-11-10 05:25:02 +01:00
castTypeToEither.h This is actually better 2023-11-06 03:00:03 +01:00
catboostEvaluate.cpp
cbrt.cpp
checkHyperscanRegexp.cpp
checkHyperscanRegexp.h Some fixups 2024-01-07 22:28:08 +00:00
CMakeLists.txt Revert "Revert "Implement punycode encoding/decoding"" 2024-01-03 08:03:01 +00:00
coalesce.cpp Trivial optimize of function coalesce. (#59627) 2024-02-14 11:29:45 +01:00
concat.cpp Cosmetics: Rename variable 2024-01-29 13:35:19 +00: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
countMatches.cpp
countMatches.h
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h
coverage.cpp More functions 2024-01-15 00:36:07 +01:00
CRC.cpp
currentDatabase.cpp
currentProfiles.cpp Try fix No user 2023-11-15 15:14:46 +00:00
currentRoles.cpp Try fix No user 2023-11-15 15:14:46 +00:00
currentSchemas.cpp
currentUser.cpp
CustomWeekTransforms.h Remove TODO comment 2023-10-13 13:24:26 +00:00
date_trunc.cpp init 2023-12-07 15:55:23 +00:00
dateDiff.cpp Fix bad formatting of the timeDiff compatibility alias 2024-01-01 17:45:23 +01:00
dateName.cpp
DateTimeTransforms.cpp Introduce setting for dt overflow exception 2023-10-25 23:10:24 +02:00
DateTimeTransforms.h review fix 2024-01-05 19:02:14 +01:00
decodeHTMLComponent.cpp
decodeXMLComponent.cpp
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
divideDecimal.cpp
DivisionUtils.h
dumpColumnStructure.cpp
empty.cpp
EmptyImpl.h
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
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp
extractAll.cpp Fix style 2023-11-11 04:25:49 +01:00
extractAllGroups.h
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp
ExtractString.h
extractTextFromHTML.cpp
extractTimeZoneFromFunctionArguments.cpp
extractTimeZoneFromFunctionArguments.h
factorial.cpp
filesystem.cpp
finalizeAggregation.cpp
firstLine.cpp
flattenTuple.cpp
format.cpp Make format constexpr 2023-12-29 21:09:58 +01:00
formatDateTime.cpp Another small cleanup 2023-11-27 11:09:07 +00:00
formatQuery.cpp Ensure sufficient size in exceptionn case 2023-11-06 08:55:09 +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
formatString.h Cosmetics: remove superfluous inline 2024-01-29 13:24:43 +00:00
fromDaysSinceYearZero.cpp Fix ubsan bug 2023-11-23 18:35:54 +00:00
fromModifiedJulianDay.cpp
fromUnixTimestamp64Micro.cpp
fromUnixTimestamp64Milli.cpp
fromUnixTimestamp64Nano.cpp
FunctionBase58Conversion.h
FunctionBase64Conversion.h Fix tryDecodeBase64() with invalid input 2023-11-17 11:31:52 +00:00
FunctionBinaryArithmetic.h allow IPv6 to UInt128 conversion and binary arithmetic 2023-12-09 17:57:32 +00:00
FunctionBitTestMany.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionChar.cpp
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
FunctionDateOrDateTimeToDateTimeOrDateTime64.h
FunctionDateOrDateTimeToSomething.h KeyCondition: preparation 2023-10-14 04:32:25 +02:00
FunctionFactory.cpp
FunctionFactory.h
FunctionFile.cpp
FunctionFQDN.cpp
FunctionGenerateRandomStructure.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionGenerateRandomStructure.h
FunctionHelpers.cpp
FunctionHelpers.h
FunctionIfBase.h
FunctionJoinGet.cpp Fix tidy 2023-11-09 00:22:29 +01:00
FunctionMathBinaryFloat64.h
FunctionMathUnary.h
FunctionNumericPredicate.h
FunctionsAES.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
FunctionsAES.h Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
FunctionsBinaryRepresentation.cpp
FunctionsBitmap.cpp
FunctionsBitmap.h Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
FunctionsBitToArray.cpp
FunctionsCharsetClassification.cpp
FunctionsCodingIP.cpp
FunctionsCodingIP.h
FunctionsCodingULID.cpp
FunctionsCodingUUID.cpp
FunctionsComparison.h Throw an error when comparing time intervals with different units 2023-10-27 23:24:55 +02:00
FunctionsConsistentHashing.h
FunctionsConversion.cpp
FunctionsConversion.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into variant-data-type 2024-01-26 16:54:02 +00:00
FunctionsDecimalArithmetics.h
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h
FunctionsExternalDictionaries.cpp
FunctionsExternalDictionaries.h Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
FunctionsHashing.h Fix style 2023-12-19 11:48:15 +01: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 Fix JSONExtract function for LowCardinality(Nullable) columns 2024-01-15 10:38:56 +00:00
FunctionsLanguageClassification.cpp
FunctionsLogical.cpp
FunctionsLogical.h
FunctionsMiscellaneous.h More minor changes 2024-01-01 19:17:04 +01:00
FunctionsMultiStringFuzzySearch.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h
FunctionsOpDate.cpp Support-encoded date arguments in addDate() 2023-10-25 10:41:18 +00:00
FunctionsProgrammingClassification.cpp
FunctionSQLJSON.cpp
FunctionSQLJSON.h
FunctionsRandom.cpp
FunctionsRandom.h
FunctionsRound.cpp
FunctionsRound.h
FunctionsStringDistance.cpp Stylistic changes 2024-01-09 12:53:17 +00:00
FunctionsStringHash.cpp
FunctionsStringHash.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionsStringHashFixedString.cpp Fix clang-tidy 2023-12-21 17:48:57 +01:00
FunctionsStringSearch.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp Minor cleanup of msan usage 2024-01-25 15:40:11 +00:00
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h
FunctionsTextClassification.h
FunctionsTimeWindow.cpp
FunctionsTimeWindow.h
FunctionsTonalityClassification.cpp
FunctionsTransactionCounters.cpp
FunctionStringOrArrayToT.h
FunctionStringReplace.h
FunctionStringToString.h
FunctionsVisitParam.h
FunctionTokens.h Fix style 2023-11-11 04:25:49 +01:00
FunctionUnaryArithmetic.h
FunctionUnixTimestamp64.h Update docs of fromUnixTimeStamp[InJodaSyntax]() 2023-11-10 11:11:42 +00:00
fuzzBits.cpp Fix fuzzBits 2023-11-21 09:43:27 +00:00
gcd.cpp
GCDLCMImpl.h
generateULID.cpp
generateUUIDv4.cpp
GeoHash.cpp
GeoHash.h
geohashDecode.cpp
geohashEncode.cpp
geohashesInBox.cpp
geometryConverters.h Maybe smaller binary 2023-10-30 03:23:22 +01:00
geoToH3.cpp
geoToS2.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
getFuzzerData.cpp
getFuzzerData.h
getMacro.cpp
getScalar.cpp
getServerPort.cpp
getSetting.cpp
getSizeOfEnumType.cpp
getSubcolumn.cpp
getTypeSerializationStreams.cpp
globalVariable.cpp
greatCircleDistance.cpp "optimise" --> "optimize". Sorry, friends from the UK. 2023-11-23 18:41:35 +00:00
greater.cpp
greaterOrEquals.cpp
greatest.cpp
GregorianDate.cpp Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
GregorianDate.h
grouping.h
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
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
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
hasSubsequence.cpp
hasSubsequenceCaseInsensitive.cpp
hasSubsequenceCaseInsensitiveUTF8.cpp
HasSubsequenceImpl.h
hasSubsequenceUTF8.cpp
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
HTMLCharacterReference.generated.cpp
HTMLCharacterReference.gperf
HTMLCharacterReference.h
HTMLCharacterReference.sh
hypot.cpp
identity.cpp
identity.h
idna.cpp Minor fixes 2024-01-07 08:25:19 +00:00
if.cpp Remove no longer needed specialization 2024-02-06 20:34:12 +01:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp Use ColumnConst instead of Field in IColumn::createWithOffsets 2024-01-22 13:41:58 +00: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
ignore.cpp
ilike.cpp
in.cpp
indexHint.cpp
indexHint.h
initcap.cpp
initcapUTF8.cpp
initializeAggregation.cpp Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
initialQueryID.cpp
intDiv.cpp
intDivOrZero.cpp
intExp2.cpp
intExp10.cpp
isConstant.cpp
isDecimalOverflow.cpp
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp
isNaN.cpp
isNotDistinctFrom.cpp
isNotDistinctFrom.h
isNotNull.cpp improve ifnotnull 2024-02-06 11:48:13 +08:00
isNull.cpp Implement Variant data type 2023-12-19 16:45:15 +00:00
isNullable.cpp
IsOperation.h
isValidUTF8.cpp
isZeroOrNull.cpp
ITupleFunction.h
JSONArrayLength.cpp
jsonMergePatch.cpp Even better 2023-12-04 18:42:25 +01:00
jumpConsistentHash.cpp
kostikConsistentHash.cpp
lcm.cpp
least.cpp
LeastGreatestGeneric.h
left.cpp
LeftRight.h
lemmatize.cpp
lengthUTF8.cpp
less.cpp
lessOrEquals.cpp
lgamma.cpp
like.cpp
like.h
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logTrace.cpp Updated implementation 2024-01-25 14:31:49 +03:00
lowCardinalityIndices.cpp
lowCardinalityKeys.cpp
lower.cpp
LowerUpperImpl.h
LowerUpperUTF8Impl.h
lowerUTF8.cpp
makeDate.cpp makeDateTime64(): Allow non-const fraction argument 2024-01-08 11:58:32 +00:00
map.cpp Fix special builds and tests 2024-01-26 14:01:06 +00:00
match.cpp
MatchImpl.h
materialize.cpp
materialize.h
mathConstants.cpp
max2.cpp
min2.cpp
minSampleSize.cpp Fixed spelling of "Continous" to "Continuous" (#56143) 2023-11-01 14:58:03 +01:00
minus.cpp
modulo.cpp Fix build 2023-11-10 05:34:29 +01:00
moduloOrZero.cpp
monthName.cpp
mortonDecode.cpp
mortonEncode.cpp
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp Rename setting to use it not only in if/multiIf in future 2024-01-25 13:26:13 +00:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h
multiMatchAny.cpp
MultiMatchAnyImpl.h
multiMatchAnyIndex.cpp
multiply.cpp
multiplyDecimal.cpp
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
multiSearchFirstIndexUTF8.cpp
multiSearchFirstPosition.cpp
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h
negate.cpp
neighbor.cpp
nested.cpp
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
notILike.cpp
notLike.cpp
now64.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
now.cpp
nowInBlock.cpp
nullIf.cpp
numLiteralChars.h
padString.cpp Fix leftPad / rightPad function with FixedString input 2024-02-07 22:31:21 +01:00
parseDateTime.cpp Various smaller fixups 2023-11-27 08:49:54 +00:00
parseTimeDelta.cpp
partitionId.cpp
PerformanceAdaptors.h
plus.cpp
pointInEllipses.cpp
pointInPolygon.cpp
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
position.cpp
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h
positionUTF8.cpp
pow.cpp
punycode.cpp Minor fixes 2024-01-07 08:25:19 +00:00
queryID.cpp
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 Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp
readWkt.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
regexpExtract.cpp change as request 2024-01-30 10:41:42 +08:00
regexpQuoteMeta.cpp
Regexps.h
registerFunctions.cpp
registerFunctions.h
reinterpretAs.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
repeat.cpp
replaceAll.cpp
replaceOne.cpp
replaceRegexpAll.cpp
ReplaceRegexpImpl.h Some fixups 2024-01-07 22:28:08 +00:00
replaceRegexpOne.cpp
ReplaceStringImpl.h
replicate.cpp
replicate.h
reverse.cpp
reverseUTF8.cpp
right.cpp
roundAge.cpp
roundDuration.cpp
roundToExp2.cpp
rowNumberInAllBlocks.cpp
rowNumberInBlock.cpp More iota 2023-12-29 17:20:18 +01:00
runningAccumulate.cpp
runningConcurrency.cpp
runningDifference.cpp
runningDifference.h
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h
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 minor fix 2024-01-22 13:32:57 -08:00
seriesOutliersDetectTukey.cpp added check for NaN and infinite values 2024-02-05 09:23:11 -08:00
seriesPeriodDetectFFT.cpp minor cosmetic changes 2023-12-14 08:34:37 -08:00
serverConstants.cpp Fix build 2023-11-13 10:09:23 +01:00
sigmoid.cpp
sign.cpp
sin.cpp
sinh.cpp
sleep.cpp
sleep.h Fix compilation. 2023-12-11 16:57:18 +01:00
sleepEachRow.cpp
snowflake.cpp Fix tidy 2023-11-06 16:28:05 +01:00
soundex.cpp
space.cpp
splitByChar.cpp Split FunctionsStringArray 2023-11-11 02:21:24 +01:00
splitByNonAlpha.cpp Fix style 2023-11-11 04:25:49 +01:00
splitByRegexp.cpp Fix style 2023-11-11 04:25:49 +01:00
splitByString.cpp Fix style 2023-11-11 04:25:49 +01:00
splitByWhitespace.cpp Fix style 2023-11-11 04:25:49 +01:00
sqid.cpp Incorporate review feedback 2024-01-08 15:55:27 +00:00
sqrt.cpp
startsWith.cpp
startsWithUTF8.cpp
stem.cpp
stl.hpp changed 2nd argument type to UInt and other cosmetic changes 2024-01-05 11:39:52 -08:00
stringCutToZero.cpp
StringHelpers.h
stringToH3.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
structureToFormatSchema.cpp
substring.cpp Consolidate substring() tests 2023-12-13 16:49:39 +00:00
substringIndex.cpp
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
tan.cpp
tanh.cpp
tgamma.cpp
throwIf.cpp
tid.cpp
timeSlot.cpp
timeSlots.cpp
timestamp.cpp Fix UBSan error 2023-09-28 07:45:00 +00:00
timezoneOf.cpp
timezoneOffset.cpp
toBool.cpp Remove C++ templates 2023-11-10 05:25:02 +01:00
toColumnTypeName.cpp
toCustomWeek.cpp
today.cpp
toDayOfMonth.cpp
toDayOfWeek.cpp
toDayOfYear.cpp
toDaysSinceYearZero.cpp
toDecimalString.cpp Fix use before check in toDecimalString 2023-11-28 10:09:26 +00:00
toFixedString.cpp
toFixedString.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
toHour.cpp
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp
tokenExtractors.cpp
toLastDayOfMonth.cpp
toLowCardinality.cpp
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 Refactor toStartOfInterval() 2023-12-11 21:50:31 +00:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp
toTypeName.cpp Fix build 2023-09-29 05:35:24 +02:00
toUnixTimestamp64Micro.cpp
toUnixTimestamp64Milli.cpp
toUnixTimestamp64Nano.cpp
toValidUTF8.cpp
toYear.cpp
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp Support for Enum in function transform 2023-12-29 21:48:38 +01:00
TransformDateTime64.h
translate.cpp Fix translate() return type 2024-01-30 13:41:04 +01:00
trap.cpp Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
trim.cpp
tryBase58Decode.cpp
tryBase64Decode.cpp
tryDecrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
tuple.cpp
tuple.h
tupleConcat.cpp
tupleElement.cpp
tupleHammingDistance.cpp
tupleToNameValuePairs.cpp
upper.cpp
upperUTF8.cpp
UTCTimestamp.cpp
UTCTimestampTransform.cpp
validateNestedArraySizes.cpp
variantElement.cpp Add function variantType 2024-01-30 18:01:12 +00:00
variantType.cpp Fix 2024-01-30 20:32:59 +01:00
VectorExtension.h
vectorFunctions.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
visibleWidth.cpp Update visibleWidth.cpp 2024-01-21 17:50:21 +03:00
visitParamExtractBool.cpp
visitParamExtractFloat.cpp
visitParamExtractInt.cpp
visitParamExtractRaw.cpp
visitParamExtractString.cpp
visitParamExtractUInt.cpp
visitParamHas.cpp
widthBucket.cpp
wkt.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
yesterday.cpp
ztest.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00