ClickHouse/src/Functions
2024-04-10 11:14:18 +08:00
..
array Remove more nested includes 2024-04-03 19:06:36 +02:00
divide Print CPU flags at startup 2024-02-16 13:06:57 +01:00
GatherUtils Fix tidy build 2024-04-04 09:09:03 +00:00
JSONPath Merge pull request #61406 from rschu1ze/enable-clang-tidy-in-headers 2024-03-18 21:43:26 +01:00
keyvaluepair Reduce header dependencies 2024-03-19 17:04:29 +01:00
Kusto
tests Remove some code 2024-01-13 03:48:04 +01:00
UniqTheta Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
URL Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
UserDefined More fixes 2024-04-03 19:18:31 +00:00
abs.cpp
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMicroseconds.cpp
addMilliseconds.cpp
addMinutes.cpp
addMonths.cpp
addNanoseconds.cpp
addQuarters.cpp
addressToLine.cpp Insignificant changes 2024-02-18 10:47:18 +01:00
addressToLine.h
addressToLineWithInlines.cpp
addressToSymbol.cpp
addSeconds.cpp
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
aes_encrypt_mysql.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
alphaTokens.cpp Try to avoid calculation of scalar subqueries for CREATE TABLE. 2024-02-27 17:46:13 +00:00
appendTrailingCharIfAbsent.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
arrayStringConcat.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
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
canonicalRand.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
caseWithExpression.cpp Less crap 2024-03-17 13:20:49 +01:00
castOrDefault.cpp Fix style 2024-03-17 13:34:34 +01:00
CastOverloadResolver.cpp Better conversion from String to Variant 2024-03-27 20:40:26 +00: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 "Merge pull request #61564 from liuneng1994/optimize_in_single_value" 2024-04-01 13:51:56 +02:00
coalesce.cpp Trivial optimize of function coalesce. (#59627) 2024-02-14 11:29:45 +01:00
concat.cpp Remove crap 2024-03-09 08:10:59 +01:00
concatWithSeparator.cpp Support arguments of arbitary type in function concatWithSeparator() 2024-01-29 14:11:21 +00:00
connectionId.cpp
convertCharset.cpp
cos.cpp
cosh.cpp
countDigits.cpp Digits doesn't belong with itoa anymore 2024-03-08 14:22:38 +01:00
countMatches.cpp
countMatches.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
coverage.cpp Merge branch 'master' into less-header-1 2024-03-18 10:25:42 +01:00
CRC.cpp Less crap 2024-03-17 13:20:49 +01:00
currentDatabase.cpp
currentProfiles.cpp Less crap 2024-03-17 12:53:59 +01:00
currentRoles.cpp Try fix No user 2023-11-15 15:14:46 +00:00
currentSchemas.cpp
currentUser.cpp init 2024-03-22 13:19:18 +00:00
CustomWeekTransforms.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
date_trunc.cpp no smaller unit in date_trunc 2024-03-25 20:56:00 +00:00
dateDiff.cpp Merge remote-tracking branch 'upstream' into feature/dateDiff-nanoseconds 2024-03-26 09:04:23 -07:00
dateName.cpp
DateTimeTransforms.cpp Revert "Revert "Add toMillisecond function"" 2024-03-01 13:14:44 +00:00
DateTimeTransforms.h Merge pull request #62170 from Algunenano/nested_includes_N 2024-04-03 12:19:25 +02:00
decodeHTMLComponent.cpp Fix something bad 2024-04-03 20:12:22 +00:00
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 Typo: demange.cpp --> demangle.cpp 2023-05-11 21:32:12 +00:00
divide.cpp
divideDecimal.cpp
DivisionUtils.h
dumpColumnStructure.cpp
empty.cpp
EmptyImpl.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
encodeXMLComponent.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
encrypt.cpp Fix "logs and exception messages formatting", part 3 2023-12-07 22:01:53 +01:00
endsWith.cpp
endsWithUTF8.cpp
equals.cpp Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value" 2024-04-01 13:51:56 +02:00
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp Automated function registration 2022-07-29 15:39:50 +08:00
exp.cpp
extract.cpp
extractAll.cpp Merge branch 'master' into constant-folding-scalar-subqueries 2024-03-07 17:49:31 +00:00
extractAllGroups.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
ExtractString.h Minor fixes for min/sim hash 2020-12-29 13:16:43 +03:00
extractTextFromHTML.cpp
extractTimeZoneFromFunctionArguments.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
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 A definitive guide to CAST 2024-03-16 16:23:12 +01:00
formatQuery.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01: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 Make all format names case insensitive. 2024-02-26 22:46:51 +08:00
formatString.h Cosmetics: remove superfluous inline 2024-01-29 13:24:43 +00:00
fromDaysSinceYearZero.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
fromModifiedJulianDay.cpp
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
FunctionBase64Conversion.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
FunctionBinaryArithmetic.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
FunctionBitTestMany.h Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionChar.cpp
FunctionConstantBase.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionCustomWeekToDateOrDate32.h
FunctionCustomWeekToSomething.h
FunctionDateOrDateTimeAddInterval.h Fix addDays cause an error when used datetime64 (#61561) 2024-03-21 14:47:29 +01:00
FunctionDateOrDateTimeToDateOrDate32.h
FunctionDateOrDateTimeToDateTimeOrDateTime64.h
FunctionDateOrDateTimeToSomething.h
FunctionFactory.cpp Less crap 2024-03-17 12:53:59 +01:00
FunctionFactory.h Less crap 2024-03-17 13:20:49 +01:00
FunctionFile.cpp
FunctionFQDN.cpp Less crap 2024-03-17 13:20:49 +01:00
FunctionGenerateRandomStructure.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
FunctionGenerateRandomStructure.h
FunctionHelpers.cpp
FunctionHelpers.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
FunctionIfBase.h
FunctionJoinGet.cpp Reduce header dependencies 2024-03-19 17:04: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 Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionsBinaryRepresentation.cpp
FunctionsBitmap.cpp
FunctionsBitmap.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionsBitToArray.cpp
FunctionsCharsetClassification.cpp
FunctionsCodingIP.cpp
FunctionsCodingIP.h
FunctionsCodingULID.cpp update FunctionULIDStringToDateTime for short circuit 2024-02-26 15:01:17 +01:00
FunctionsCodingUUID.cpp
FunctionsComparison.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
FunctionsConsistentHashing.h
FunctionsConversion.cpp Merge pull request #62264 from Algunenano/nested_includes_Ñ 2024-04-05 17:00:28 +02:00
FunctionsDecimalArithmetics.h
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Fixing more headers 2024-02-29 15:40:30 +00:00
FunctionsExternalDictionaries.cpp
FunctionsExternalDictionaries.h Don't access static members through instance 2024-04-03 18:50:33 +00:00
FunctionsHashing.h Remove old code 2024-03-04 00:11:55 +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 Move functions registration to .cpp 2023-03-30 06:24:18 +03:00
FunctionsJSON.h Merge pull request #62014 from Avogar/json-extract-variant 2024-04-03 17:20:53 +02:00
FunctionsLanguageClassification.cpp
FunctionsLogical.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
FunctionsLogical.h refactior short circuit setting 2024-01-30 21:26:43 +00:00
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 Limit backtracking in parser 2024-03-17 19:54:45 +01:00
FunctionsRandom.cpp
FunctionsRandom.h
FunctionsRound.cpp Less crap 2024-03-17 13:20:49 +01:00
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 Reduce header dependencies 2024-03-19 17:04:29 +01:00
FunctionsStringSearch.h Fix string search with const position 2024-03-18 21:41:06 +01:00
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp Minor cleanup of msan usage 2024-01-25 15:40:11 +00:00
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h fix code style 2023-07-25 15:39:49 +08:00
FunctionsTextClassification.h
FunctionsTimeWindow.cpp Fix build 2024-03-21 02:46:03 +01:00
FunctionsTimeWindow.h Remove more nested includes 2024-04-03 19:06:36 +02:00
FunctionsTonalityClassification.cpp
FunctionsTransactionCounters.cpp
FunctionStringOrArrayToT.h
FunctionStringReplace.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
FunctionStringToString.h
FunctionsVisitParam.h
FunctionTokens.h improve memchr allowing overflow 2024-04-08 17:55:28 +08:00
FunctionUnaryArithmetic.h
FunctionUnixTimestamp64.h More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01: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 Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
geoToH3.cpp
geoToS2.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
getClientHTTPHeader.cpp Fix tidy 2024-03-25 03:28:37 +01:00
getFuzzerData.cpp Limit backtracking in parser 2024-03-17 20:16:23 +01:00
getMacro.cpp
getScalar.cpp Better 2024-04-04 20:00:22 +00:00
getServerPort.cpp
getSetting.cpp
getSizeOfEnumType.cpp
getSubcolumn.cpp
getTypeSerializationStreams.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
globalVariable.cpp
greatCircleDistance.cpp Fix tidy 2024-03-25 15:46:55 +01: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
GregorianDate.cpp Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
GregorianDate.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
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 Reduce header dependencies 2024-03-19 17:04:29 +01:00
hasSubsequence.cpp Add case ins utf8 impl + tests 2023-07-10 09:18:09 +00:00
hasSubsequenceCaseInsensitive.cpp
hasSubsequenceCaseInsensitiveUTF8.cpp
HasSubsequenceImpl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
hasSubsequenceUTF8.cpp
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
HTMLCharacterReference.generated.cpp
HTMLCharacterReference.gperf
HTMLCharacterReference.h
HTMLCharacterReference.sh
hypot.cpp
identity.cpp Fix more tests with wirtual columns in StorageMerge. 2024-03-22 16:55:01 +00:00
identity.h Cleanup 2024-03-25 12:44:28 +00:00
idna.cpp Remove old code 2024-03-04 00:11:55 +01:00
if.cpp Merge pull request #57767 from jsc0218/DictShortCircuit 2024-02-26 15:16:15 +01:00
if.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp Use ColumnConst instead of Field in IColumn::createWithOffsets 2024-01-22 13:41:58 +00:00
IFunction.h Fix clang-tidy-s 2024-03-11 10:58:54 +00:00
IFunctionAdaptors.h
IFunctionCustomWeek.h
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 support string 2023-04-22 17:21:43 +00:00
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 fix 2024-03-01 17:42:57 +00:00
isValidUTF8.cpp
isZeroOrNull.cpp
ITupleFunction.h
JSONArrayLength.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
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 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 Fixes #61051 2024-03-10 13:13:59 +00:00
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logical.h Fixing style. 2024-02-15 17:35:44 +00:00
logTrace.cpp Updated implementation 2024-01-25 14:31:49 +03:00
lowCardinalityIndices.cpp
lowCardinalityKeys.cpp
lower.cpp
LowerUpperImpl.h
LowerUpperUTF8Impl.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
lowerUTF8.cpp
makeDate.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
map.cpp Fix special builds and tests 2024-01-26 14:01:06 +00:00
match.cpp
MatchImpl.h
materialize.cpp
materialize.h Fix logical error in group_by_use_nulls + analyzer + materialize/constant 2024-03-19 10:41:23 +00:00
mathConstants.cpp
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 Fix mortonEncode with no rows 2024-04-04 15:22:09 +02:00
multiFuzzyMatchAllIndices.cpp Automated function registration 2022-07-29 15:39:50 +08:00
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp Less crap 2024-03-17 13:20:49 +01:00
multiIf.h Fix 01656_test_query_log_factories_info with analyzer. 2024-02-15 17:12:22 +00:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h
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
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 Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value" 2024-04-01 13:51:56 +02:00
notILike.cpp
notLike.cpp Minor cleanups 2022-11-07 14:03:46 +00:00
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 A definitive guide to CAST 2024-03-16 16:23:12 +01: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 Fixes #61051 2024-03-10 13:13:59 +00:00
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h
positionUTF8.cpp
pow.cpp
punycode.cpp Remove old code 2024-03-04 00:11:55 +01: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 More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01: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 Fix repeat with non native integers 2024-03-18 13:41:25 +01:00
replaceAll.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
replaceOne.cpp
replaceRegexpAll.cpp
ReplaceRegexpImpl.h Some fixups 2024-01-07 22:28:08 +00:00
replaceRegexpOne.cpp replace{One/All}(): allow non-const pattern and replacement arguments 2023-04-04 08:26:28 +00:00
ReplaceStringImpl.h
replicate.cpp
replicate.h
reverse.cpp
reverseUTF8.cpp
right.cpp Add Documentation to FunctionFactory 2022-08-27 22:06:57 +02:00
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
rowNumberInAllBlocks.cpp
rowNumberInBlock.cpp More iota 2023-12-29 17:20:18 +01:00
runningAccumulate.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
runningConcurrency.cpp
runningDifference.cpp
runningDifference.h
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h Remove old code 2024-03-04 00:11:55 +01:00
s2CapContains.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2CapUnion.cpp
s2CellsIntersect.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2GetNeighbors.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
s2RectAdd.cpp
s2RectContains.cpp
s2RectIntersection.cpp
s2RectUnion.cpp Fix test 2023-07-19 13:43:40 +00:00
s2ToGeo.cpp
seriesDecomposeSTL.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
seriesOutliersDetectTukey.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
seriesPeriodDetectFFT.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
serverConstants.cpp Style check for abbreviations 2024-02-17 02:14:15 +01:00
sigmoid.cpp
sign.cpp
sin.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
sinh.cpp
sleep.cpp
sleep.h Follow up to #61258 2024-03-13 13:07:14 +00:00
sleepEachRow.cpp
snowflake.cpp Less crap 2024-03-17 12:53:59 +01:00
soundex.cpp
space.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
splitByChar.cpp remove useless likely unlikely 2024-04-10 11:14:18 +08:00
splitByNonAlpha.cpp Try to avoid calculation of scalar subqueries for CREATE TABLE. 2024-02-27 17:46:13 +00:00
splitByRegexp.cpp remove useless likely unlikely 2024-04-10 11:14:18 +08:00
splitByString.cpp Try to avoid calculation of scalar subqueries for CREATE TABLE. 2024-02-27 17:46:13 +00:00
splitByWhitespace.cpp Try to avoid calculation of scalar subqueries for CREATE TABLE. 2024-02-27 17:46:13 +00:00
sqid.cpp http connections pools 2024-03-10 10:00:18 +01:00
sqrt.cpp
startsWith.cpp
startsWithUTF8.cpp
stem.cpp
stl.hpp Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
stringCutToZero.cpp
StringHelpers.h
stringToH3.cpp Cleanup some known short messages 2023-12-26 12:58:50 +01:00
structureToFormatSchema.cpp
substring.cpp Add convenience alias byteSlice for substring 2024-02-28 13:32:56 +00:00
substringIndex.cpp
subtractDays.cpp
subtractHours.cpp
subtractMicroseconds.cpp
subtractMilliseconds.cpp
subtractMinutes.cpp
subtractMonths.cpp
subtractNanoseconds.cpp
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 More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
timezoneOf.cpp remove additional logging 2023-04-12 17:45:11 +02:00
timezoneOffset.cpp
toBool.cpp Remove C++ templates 2023-11-10 05:25:02 +01:00
toColumnTypeName.cpp
toCustomWeek.cpp
today.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
toDayOfMonth.cpp
toDayOfWeek.cpp
toDayOfYear.cpp
toDaysSinceYearZero.cpp
toDecimalString.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
toFixedString.cpp
toFixedString.h Less crap 2024-03-17 13:20:49 +01:00
toHour.cpp Cosmetics 2023-09-09 16:52:42 +00:00
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp
tokenExtractors.cpp
toLastDayOfMonth.cpp
toLowCardinality.cpp
toMillisecond.cpp Add in-source docs 2024-03-05 11:11:18 +00:00
toMinute.cpp
toModifiedJulianDay.cpp
toMonday.cpp
toMonth.cpp
toNullable.cpp
toQuarter.cpp
toRelativeDayNum.cpp Replace is_extended_result by ResultPrecision 2022-10-20 08:18:22 +00:00
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 Update to clang-19 2024-02-27 14:37:21 +01:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp
toTypeName.cpp
toUnixTimestamp64Micro.cpp Less crap 2024-03-17 12:53:59 +01:00
toUnixTimestamp64Milli.cpp Less crap 2024-03-17 12:53:59 +01:00
toUnixTimestamp64Nano.cpp Less crap 2024-03-17 12:53:59 +01:00
toValidUTF8.cpp
toYear.cpp
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp 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 Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03: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 fix style, add built-in documentation 2023-08-30 15:06:35 +00:00
tuple.h
tupleConcat.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
tupleElement.cpp
tupleHammingDistance.cpp
tupleToNameValuePairs.cpp
upper.cpp
upperUTF8.cpp
UTCTimestamp.cpp
UTCTimestampTransform.cpp
validateNestedArraySizes.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
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 Fix cosineDistance crash with Nullable 2024-02-19 17:30:00 +01:00
visibleWidth.cpp Update visibleWidth.cpp 2024-01-21 17:50:21 +03:00
visitParamExtractBool.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractFloat.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractInt.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamExtractRaw.cpp Fix typo in inline doc 2024-03-06 16:31:27 +00:00
visitParamExtractString.cpp Add a setting to allow saving bad escape sequences in JSON input formats 2024-03-25 21:58:53 +00:00
visitParamExtractUInt.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
visitParamHas.cpp Add inline docs to functions 2024-03-06 11:10:02 +00:00
widthBucket.cpp Cleanups 2024-02-14 00:21:13 +01:00
wkt.cpp Maybe smaller binary 2023-10-30 03:23:22 +01:00
yesterday.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
ztest.cpp Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00