ClickHouse/src/Functions
2022-05-20 10:02:36 +02:00
..
array Merge remote-tracking branch 'origin/master' into clangtidies 2022-05-16 10:12:50 +02:00
divide
examples
GatherUtils Merge branch 'master' into fix-substring-negative-offset-length 2022-05-07 10:30:39 +00:00
JSONPath Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
tests Rename test 2022-03-30 18:39:28 +02:00
URL Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
abs.cpp
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMinutes.cpp
addMonths.cpp
addQuarters.cpp
addressToLine.cpp fix function names 2022-01-26 00:30:27 +08:00
addressToLine.h fix style: add pragma once 2022-01-26 00:47:43 +08:00
addressToLineWithInlines.cpp Don't unwind inlines if we unable to do it 2022-03-22 11:11:36 +01:00
addressToSymbol.cpp
addSeconds.cpp
addSubSeconds.cpp Fixing some warnings 2022-05-16 20:59:27 +02:00
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp Remove cruft 2021-10-28 02:10:39 +03:00
aes_encrypt_mysql.cpp
appendTrailingCharIfAbsent.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
asin.cpp
asinh.cpp
assumeNotNull.cpp
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp
base64Decode.cpp
base64Encode.cpp
bitAnd.cpp
bitBoolMaskAnd.cpp
bitBoolMaskOr.cpp
bitCount.cpp
bitHammingDistance.cpp
bitNot.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitOr.cpp
bitRotateLeft.cpp
bitRotateRight.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitShiftLeft.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
bitShiftRight.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
bitSlice.cpp
bitSwapLastTwo.cpp
bitTest.cpp
bitTestAll.cpp
bitTestAny.cpp
bitWrapperFunc.cpp
bitXor.cpp
blockNumber.cpp
blockSerializedSize.cpp
blockSize.cpp
byteSize.cpp
caseWithExpression.cpp Take ELSE branch into account for result type deduction 2022-03-24 11:23:18 +00:00
castOrDefault.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
CastOverloadResolver.cpp
CastOverloadResolver.h Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions 2022-03-12 17:12:05 +00:00
castTypeToEither.h
cbrt.cpp
CMakeLists.txt Update CMakeLists.txt 2022-05-09 09:37:03 -04:00
coalesce.cpp
concat.cpp formatString bug fix and refactoring 2022-03-28 15:47:48 +08:00
config_functions.h.in Merge branch 'master' into classification 2022-01-25 10:22:47 +00:00
configure_config.cmake
connectionId.cpp
convertCharset.cpp
cos.cpp
cosh.cpp
countDigits.cpp
countMatches.cpp
countMatches.h
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
CRC.cpp
currentDatabase.cpp
currentProfiles.cpp
currentRoles.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
currentUser.cpp
CustomWeekTransforms.h
date_trunc.cpp
dateDiff.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
dateName.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
DateTimeTransforms.h fix conflict 2022-04-22 11:22:50 +08:00
decodeXMLComponent.cpp
decrypt.cpp
defaultValueOfArgumentType.cpp
defaultValueOfTypeName.cpp
degrees.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
demange.cpp
divide.cpp
DivisionUtils.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
dumpColumnStructure.cpp
empty.cpp
EmptyImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
encodeXMLComponent.cpp
encrypt.cpp
endsWith.cpp
equals.cpp Part 1. 2020-10-17 17:23:37 +03:00
erf.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
erfc.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
extractAllGroups.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
ExtractString.h
extractTextFromHTML.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
extractTimeZoneFromFunctionArguments.cpp
extractTimeZoneFromFunctionArguments.h
filesystem.cpp
finalizeAggregation.cpp
flattenTuple.cpp add function 'flattenTuple' 2022-03-28 19:32:12 +00:00
formatDateTime.cpp Remove DecimalPaddedPODArray 2022-01-27 10:07:53 +00:00
formatReadable.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
formatReadableQuantity.cpp
formatReadableSize.cpp
formatReadableTimeDelta.cpp
formatRow.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
formatString.cpp formatString bug fix and refactoring 2022-03-28 15:47:48 +08:00
formatString.h Fix style 2022-03-28 17:48:47 +08:00
fromModifiedJulianDay.cpp
fromUnixTimestamp64Micro.cpp
fromUnixTimestamp64Milli.cpp
fromUnixTimestamp64Nano.cpp
FunctionBase64Conversion.h
FunctionBinaryArithmetic.h
FunctionBitTestMany.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionChar.cpp
FunctionConstantBase.h
FunctionCustomWeekToSomething.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionDateOrDateTimeAddInterval.h no_sanitize_undefined 2022-02-18 14:53:22 +03:00
FunctionDateOrDateTimeToSomething.h updated Interval definitions 2022-02-13 17:54:03 +03:00
FunctionFactory.cpp
FunctionFactory.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionFile.cpp
FunctionFQDN.cpp
FunctionHelpers.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
FunctionHelpers.h
FunctionIfBase.h
FunctionJoinGet.cpp Fix StorageJoin and Asof or join_use_nulls in pipeline 2022-02-14 14:14:27 +00:00
FunctionJoinGet.h
FunctionMathBinaryFloat64.h
FunctionMathUnary.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionNumericPredicate.h
FunctionsAES.cpp Updated the boringssl-cmake to match the latest broingssl module update 2022-04-06 14:52:33 -07:00
FunctionsAES.h Fix error 2021-11-28 07:18:00 +03:00
FunctionsBinaryRepr.cpp add int8 int16 int32 int64 and tests 2022-04-19 14:38:16 +08:00
FunctionsBitmap.cpp
FunctionsBitmap.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsBitToArray.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionsCharsetClassification.cpp Fixed tests 2022-03-15 15:43:39 +00:00
FunctionsCodingIP.cpp Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion 2022-05-16 19:15:18 +00:00
FunctionsCodingIP.h Fix use of unitialized memory 2022-05-17 12:59:46 +00:00
FunctionsCodingUUID.cpp
FunctionsComparison.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
FunctionsConsistentHashing.h
FunctionsConversion.cpp Move current work from old laptop 2022-02-07 21:44:14 +03:00
FunctionsConversion.h Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion 2022-05-16 19:15:18 +00:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionsExternalDictionaries.cpp
FunctionsExternalDictionaries.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionsHashing.cpp wyhash 2022-04-21 02:26:37 +03:00
FunctionsHashing.h Merge pull request #36467 from olevino/wyhash 2022-05-11 09:57:09 -04:00
FunctionsJSON.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
FunctionsLanguageClassification.cpp
FunctionsLogical.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionsLogical.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsMiscellaneous.h
FunctionsMultiStringFuzzySearch.h
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h
FunctionSnowflake.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsProgrammingClassification.cpp
FunctionSQLJSON.cpp
FunctionSQLJSON.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
FunctionsRandom.cpp
FunctionsRandom.h Fix build 2022-04-04 14:07:05 +02:00
FunctionsRound.cpp
FunctionsRound.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-02-25 13:41:30 +03:00
FunctionsStringArray.cpp
FunctionsStringArray.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
FunctionsStringHash.cpp Activated a bunch of LLVM 12/13/14 clang-tidy warnings 2022-05-03 09:22:11 +02:00
FunctionsStringHash.h
FunctionsStringSearch.h
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h Fix build 2022-04-04 14:07:05 +02:00
FunctionsTextClassification.h
FunctionsTimeWindow.cpp simplify code 2022-05-04 20:56:09 +08:00
FunctionsTimeWindow.h updated Interval definitions 2022-02-13 17:54:03 +03:00
FunctionsTonalityClassification.cpp Change comments 2022-03-11 23:46:02 +01:00
FunctionsTransactionCounters.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionStringOrArrayToT.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionStringReplace.h
FunctionStringToString.h
FunctionsVisitParam.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionUnaryArithmetic.h Improve performance of unary arithmetic functions 2022-05-17 13:53:20 +02:00
FunctionUnixTimestamp64.h moved common code out of template 2022-01-26 20:15:34 +03:00
fuzzBits.cpp
gcd.cpp
GCDLCMImpl.h
generateUUIDv4.cpp
GeoHash.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
GeoHash.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
geohashDecode.cpp
geohashEncode.cpp
geohashesInBox.cpp
geometryConverters.h base should not depend on Common 2022-04-29 10:26:35 +08:00
geoToH3.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
geoToS2.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
getFuzzerData.cpp
getFuzzerData.h
getMacro.cpp return const for function getMacro if not distributed query 2022-03-15 17:06:16 +08:00
getScalar.cpp Fix performance regression of scalar query 2022-04-06 17:50:22 +08:00
getServerPort.cpp
getSetting.cpp
getSizeOfEnumType.cpp
getTypeSerializationStreams.cpp rename all files 2022-03-25 14:54:01 +08:00
globalVariable.cpp
greatCircleDistance.cpp Fix build 2022-04-04 14:07:05 +02:00
greater.cpp
greaterOrEquals.cpp
greatest.cpp
GregorianDate.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
h3CellAreaM2.cpp fix fuzzer segfault 2022-02-19 08:41:21 -08:00
h3CellAreaRads2.cpp fix fuzzer segfault 2022-02-19 08:41:21 -08:00
h3Distance.cpp minor fix to func return type 2022-05-08 22:05:44 -07:00
h3EdgeAngle.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3EdgeLengthKm.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3EdgeLengthM.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ExactEdgeLengthKm.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ExactEdgeLengthM.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ExactEdgeLengthRads.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3GetBaseCell.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3GetFaces.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3GetPentagonIndexes.cpp fix - convert const cols to full cols 2022-02-21 12:15:14 -08:00
h3GetRes0Indexes.cpp h3Res0Indexes - remove unused array 2022-04-11 22:18:55 -07:00
h3GetResolution.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3HexAreaKm2.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3HexAreaM2.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3HexRing.cpp Fixed required array size calculation and reduced number of reallocations 2022-05-17 09:45:49 +02:00
h3IndexesAreNeighbors.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3IsPentagon.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3IsResClassIII.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3IsValid.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3kRing.cpp Function h3kRing added cast 2022-05-13 15:20:04 +02:00
h3Line.cpp Fixed handling of gridPathCellsSize() errors 2022-05-16 21:23:45 +02:00
h3NumHexagons.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3PointDist.cpp fix style 2022-02-21 21:37:10 -08:00
h3ToCenterChild.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ToChildren.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3toGeo.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
h3ToGeoBoundary.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ToParent.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3ToString.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
hasColumnInTable.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
hyperscanRegexpChecker.cpp
hyperscanRegexpChecker.h
hypot.cpp
identity.cpp
if.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
ifNotFinite.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
ifNull.cpp
IFunction.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
IFunction.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
IFunctionAdaptors.h
ignore.cpp
ilike.cpp
in.cpp Fix untuple condition in IN function 2022-02-23 14:31:53 +00:00
indexHint.cpp
initializeAggregation.cpp Merge pull request #35111 from azat/optimize_aggregation_in_order-prefix 2022-05-02 17:49:48 +02:00
initialQueryID.cpp
intDiv.cpp Fix tests 2021-10-07 00:19:37 +03:00
intDivOrZero.cpp
intExp2.cpp
intExp10.cpp
isConstant.cpp
isDecimalOverflow.cpp
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp A few clangtidy updates 2022-05-17 20:56:57 +02:00
isNaN.cpp
isNotNull.cpp
isNull.cpp
IsOperation.h
isValidUTF8.cpp
isZeroOrNull.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
ITupleFunction.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
jumpConsistentHash.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
kostikConsistentHash.cpp Add compatibility alias 2022-03-24 02:21:57 +01:00
lcm.cpp
least.cpp
LeastGreatestGeneric.h
left.cpp
LeftRight.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
lemmatize.cpp
lengthUTF8.cpp
less.cpp
lessOrEquals.cpp
lgamma.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
like.cpp
like.h
likePatternToRegexp.h
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logTrace.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
lowCardinalityIndices.cpp
lowCardinalityKeys.cpp
lower.cpp
LowerUpperImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
LowerUpperUTF8Impl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
lowerUTF8.cpp
makeDate.cpp More tests for corner cases 2022-04-07 12:34:26 +02:00
map.cpp Fix bug 2022-03-03 13:22:46 +00:00
mapFilter.cpp Upd FunctionArrayMapped 2022-03-03 13:22:48 +00:00
match.cpp make aliases case insensitive 2022-02-06 09:38:05 +08:00
MatchImpl.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
materialize.cpp
materialize.h
mathConstants.cpp
max2.cpp
meiliMatch.cpp fix after merge 2022-05-12 01:42:34 +03:00
min2.cpp
minSampleSize.cpp Fixed minSampleSize functions 2022-03-17 15:30:59 +00:00
minus.cpp
modelEvaluate.cpp
modulo.cpp
moduloOrZero.cpp
monthName.cpp
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
multiMatchAny.cpp
MultiMatchAnyImpl.h
multiMatchAnyIndex.cpp
multiply.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 Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h
negate.cpp
neighbor.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
normalizedQueryHash.cpp
normalizeQuery.cpp
normalizeString.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
notEmpty.cpp Some fixes, more tests 2021-08-09 17:54:14 +03:00
notEquals.cpp
notILike.cpp
notLike.cpp
now64.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
now.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
nullIf.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
padString.cpp
partitionId.cpp A few clangtidy updates 2022-05-17 20:56:57 +02:00
PerformanceAdaptors.h Fix build 2022-04-04 14:07:05 +02:00
plus.cpp
pointInEllipses.cpp Enable clang-tidy readability-misleading-indentation 2022-05-08 19:12:01 +02:00
pointInPolygon.cpp
polygonArea.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonConvexHull.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonPerimeter.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsDistance.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsEquals.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsIntersection.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsSymDifference.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsUnion.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsWithin.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
PolygonUtils.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
position.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h
positionUTF8.cpp
pow.cpp
queryID.cpp
radians.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
rand64.cpp
rand.cpp
randConstant.cpp
randomFixedString.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp
readWkt.cpp
regexpQuoteMeta.cpp
Regexps.h Fix Bug 37114 - ilike on FixedString(N) columns produces wrong results 2022-05-11 14:30:21 +02:00
registerFunctions.cpp Merge branch 'master' into MeiliSearch 2022-04-06 17:07:55 +03:00
registerFunctions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsArithmetic.cpp Merging #33398 (proportionsZTest) (#35157) 2022-03-16 13:17:07 +01:00
registerFunctionsComparison.cpp
registerFunctionsConditional.cpp
registerFunctionsConsistentHashing.cpp Rename yandexConsistentHash to kostikConsistentHash 2022-03-24 02:18:25 +01:00
registerFunctionsDateTime.cpp replaced toStartOfFiveMinute to toStartOfFiveMinutes 2022-04-22 10:49:59 +08:00
registerFunctionsFormatting.cpp
registerFunctionsGeo.cpp add h3HexRing func 2022-05-08 22:05:44 -07:00
registerFunctionsHigherOrder.cpp Upd FunctionArrayMapped for Map 2022-03-03 13:22:48 +00:00
registerFunctionsIntrospection.cpp add function addressToLineWithInlines 2022-01-25 19:13:47 +08:00
registerFunctionsMath.cpp
registerFunctionsMiscellaneous.cpp Merge branch 'master' into mvcc_prototype 2022-04-04 14:24:23 +02:00
registerFunctionsNull.cpp
registerFunctionsRandom.cpp
registerFunctionsReinterpret.cpp
registerFunctionsSnowflake.cpp
registerFunctionsString.cpp
registerFunctionsStringRegexp.cpp
registerFunctionsStringSearch.cpp
registerFunctionsTuple.cpp
registerFunctionsUnixTimestamp64.cpp
registerFunctionsVisitParam.cpp
reinterpretAs.cpp
repeat.cpp
replaceAll.cpp make aliases case insensitive 2022-02-06 09:38:05 +08:00
replaceOne.cpp
replaceRegexpAll.cpp
ReplaceRegexpImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
replaceRegexpOne.cpp
ReplaceStringImpl.h
replicate.cpp
replicate.h
reverse.cpp
reverseUTF8.cpp
right.cpp
roundAge.cpp
roundDuration.cpp
roundToExp2.cpp Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
rowNumberInAllBlocks.cpp
rowNumberInBlock.cpp
runningAccumulate.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
runningConcurrency.cpp
runningDifference.cpp
runningDifference.h
runningDifferenceStartingWithFirstValue.cpp
s2_fwd.h
s2CapContains.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2CapUnion.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2CellsIntersect.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2GetNeighbors.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2RectAdd.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2RectContains.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2RectIntersection.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2RectUnion.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
s2ToGeo.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
serverConstants.cpp
sigmoid.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
sign.cpp
sin.cpp
sinh.cpp
sleep.cpp
sleep.h
sleepEachRow.cpp
snowflake.cpp
sqrt.cpp
startsWith.cpp
stem.cpp
stringCutToZero.cpp
stringToH3.cpp Remove cruft 2021-10-28 02:10:39 +03:00
substring.cpp
subtractDays.cpp
subtractHours.cpp
subtractMinutes.cpp
subtractMonths.cpp
subtractQuarters.cpp
subtractSeconds.cpp
SubtractSubSeconds.cpp upload 2022-02-12 19:37:06 +03:00
subtractWeeks.cpp
subtractYears.cpp
svg.cpp
synonyms.cpp
tan.cpp
tanh.cpp
tgamma.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
throwIf.cpp Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
tid.cpp
timeSlot.cpp
timeSlots.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
timezoneOf.cpp Change comments 2022-03-11 23:46:02 +01:00
timezoneOffset.cpp
toBool.cpp Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion 2022-05-16 19:15:18 +00:00
toColumnTypeName.cpp
toCustomWeek.cpp
today.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
toDayOfMonth.cpp
toDayOfWeek.cpp
toDayOfYear.cpp
toFixedString.cpp
toFixedString.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
toHour.cpp
toISOWeek.cpp
toISOYear.cpp
toJSONString.cpp
tokenExtractors.cpp
toLastDayOfMonth.cpp Update toLastDayOfMonth.cpp 2022-03-10 22:30:46 +03:00
toLowCardinality.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
toMinute.cpp
toModifiedJulianDay.cpp
toMonday.cpp
toMonth.cpp
toNullable.cpp
toQuarter.cpp
toRelativeDayNum.cpp
toRelativeHourNum.cpp
toRelativeMinuteNum.cpp
toRelativeMonthNum.cpp
toRelativeQuarterNum.cpp
toRelativeSecondNum.cpp
toRelativeWeekNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeYearNum.cpp
toSecond.cpp
toStartOfDay.cpp
toStartOfFifteenMinutes.cpp
toStartOfFiveMinutes.cpp fix wrong alias 2022-04-22 11:27:24 +08:00
toStartOfHour.cpp
toStartOfInterval.cpp Saturate date/datetime to zero (part 2) 2022-04-29 10:24:18 +08:00
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfSubsecond.cpp toStartOf[...]second works 2022-02-13 18:41:45 +03:00
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp
toTypeName.cpp
toUnixTimestamp64Micro.cpp
toUnixTimestamp64Milli.cpp
toUnixTimestamp64Nano.cpp
toValidUTF8.cpp
toYear.cpp
toYYYYMM.cpp
toYYYYMMDD.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMMDDhhmmss.cpp
transform.cpp
TransformDateTime64.h Merge branch 'master' into issue_33147 2022-03-21 13:40:17 +00:00
trap.cpp
trim.cpp
tryBase64Decode.cpp
tuple.cpp remove obsolete parameter 2022-03-28 18:44:53 +00:00
tupleElement.cpp
tupleHammingDistance.cpp Style 2021-09-09 15:41:22 +03:00
tupleToNameValuePairs.cpp
upper.cpp
upperUTF8.cpp
validateNestedArraySizes.cpp
VectorExtension.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
vectorFunctions.cpp
visibleWidth.cpp
visitParamExtractBool.cpp
visitParamExtractFloat.cpp
visitParamExtractInt.cpp
visitParamExtractRaw.cpp
visitParamExtractString.cpp
visitParamExtractUInt.cpp
visitParamHas.cpp
wkt.cpp
yesterday.cpp
ztest.cpp Function proportionsZTest fix style check 2022-03-17 18:17:30 +00:00