ClickHouse/src/Functions
2022-06-28 13:36:30 +02:00
..
array Fix logical error in array mapped functions with const nullable column 2022-06-16 10:41:53 +00:00
divide
examples
GatherUtils Fix performance tests 2022-05-25 11:49:59 +02: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 Replace hyperscan by vectorscan 2022-06-24 10:47:52 +02:00
abs.cpp
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMinutes.cpp
addMonths.cpp
addQuarters.cpp
addressToLine.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToLine.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToLineWithInlines.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToSymbol.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addSeconds.cpp
addSubSeconds.cpp Fixing some warnings 2022-05-16 20:59:27 +02:00
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp
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 Fix comments 2022-05-19 10:13:44 +00:00
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp
base64Decode.cpp
base64Encode.cpp
bitAnd.cpp
bitBoolMaskAnd.cpp
bitBoolMaskOr.cpp
bitCount.cpp
bitHammingDistance.cpp
bitNot.cpp
bitOr.cpp
bitRotateLeft.cpp
bitRotateRight.cpp
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 More precise result of "dumpColumnStructure" and "byteSize" miscellaneous functions 2022-05-30 04:56:54 +02:00
caseWithExpression.cpp Take ELSE branch into account for result type deduction 2022-03-24 11:23:18 +00:00
castOrDefault.cpp Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
CastOverloadResolver.cpp
CastOverloadResolver.h Fix setting cast_ipv4_ipv6_default_on_conversion_error for internal cast 2022-06-08 12:43:39 +02:00
castTypeToEither.h
cbrt.cpp
checkHyperscanRegexp.cpp Cosmetics: More consistent naming 2022-06-26 15:33:18 +00:00
checkHyperscanRegexp.h Cosmetics: More consistent naming 2022-06-26 15:33:18 +00:00
CMakeLists.txt Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
coalesce.cpp optimize function coalesce with two arguments 2022-05-30 22:29:35 +00:00
concat.cpp formatString bug fix and refactoring 2022-03-28 15:47:48 +08:00
config_functions.h.in Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
configure_config.cmake Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
connectionId.cpp
convertCharset.cpp
cos.cpp
cosh.cpp
countDigits.cpp
countMatches.cpp
countMatches.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
CRC.cpp Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02:00
currentDatabase.cpp
currentProfiles.cpp make it better, fix on cluster queries 2022-05-25 20:17:49 +02:00
currentRoles.cpp make it better, fix on cluster queries 2022-05-25 20:17:49 +02: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
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 More precise result of "dumpColumnStructure" and "byteSize" miscellaneous functions 2022-05-30 04:56:54 +02:00
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
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
extractAllGroups.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
ExtractString.h
extractTextFromHTML.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
extractTimeZoneFromFunctionArguments.cpp
extractTimeZoneFromFunctionArguments.h
filesystem.cpp Fix wrong implementation of filesystem* functions 2022-06-25 06:10:50 +02:00
finalizeAggregation.cpp
flattenTuple.cpp add function 'flattenTuple' 2022-03-28 19:32:12 +00:00
formatDateTime.cpp
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
FunctionBase58Conversion.h updated exception handling 2022-06-24 00:36:57 +05:00
FunctionBase64Conversion.h minor: fix message for base64 2022-06-20 20:13:09 +05:00
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
FunctionDateOrDateTimeToSomething.h
FunctionFactory.cpp
FunctionFactory.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionFile.cpp
FunctionFQDN.cpp
FunctionHashID.cpp remove hashid define guard 2022-05-18 15:26:54 -04:00
FunctionHashID.h Fix crash of FunctionHashID 2022-06-01 12:39:16 +00:00
FunctionHelpers.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
FunctionHelpers.h
FunctionIfBase.h
FunctionJoinGet.cpp
FunctionJoinGet.h
FunctionMathBinaryFloat64.h BinaryFunctionVectorized remove macro 2022-05-23 12:45:16 +02:00
FunctionMathUnary.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionNumericPredicate.h
FunctionsAES.cpp Remove trash 2022-06-22 06:23:35 +02:00
FunctionsAES.h
FunctionsBase58.cpp rename variable + fix handling of ENABLE_LIBRARIES 2022-06-20 23:53:47 +05:00
FunctionsBinaryRepresentation.cpp Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02: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 Dynamic dispatch infrastructure style fixes 2022-05-24 14:25:29 +02:00
FunctionsConsistentHashing.h
FunctionsConversion.cpp
FunctionsConversion.h Small improvement of the error message to hint at possible issue (#38458) 2022-06-28 13:36:30 +02:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionsExternalDictionaries.cpp Dictionary getDescendants performance improvement 2022-05-23 12:42:00 +02:00
FunctionsExternalDictionaries.h Function dictGet check arguments size 2022-06-08 17:19:30 +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
FunctionShowCertificate.cpp showCertificate function implementation 2022-05-25 12:11:44 -04:00
FunctionShowCertificate.h use utility methods to access x509 struct fields. 2022-06-20 21:27:33 -04:00
FunctionsJSON.cpp Fix possible logical error with type Nothing and JSON functions 2022-06-01 16:34:31 +00:00
FunctionsLanguageClassification.cpp
FunctionsLogical.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
FunctionsLogical.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsMiscellaneous.h Fix comments 2022-05-19 10:13:44 +00:00
FunctionsMultiStringFuzzySearch.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
FunctionsMultiStringPosition.h Cosmetics: Pass patterns around as std::string_view instead of StringRef 2022-06-26 15:32:19 +00:00
FunctionsMultiStringSearch.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
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 Fix: decimal rounding 2022-06-14 18:03:05 +00:00
FunctionsStringArray.cpp
FunctionsStringArray.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +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 Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp Optimize most important parts with NEON SIMD 2022-06-15 13:19:29 +00: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
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 Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
FunctionUnaryArithmetic.h Dynamic dispatch infrastructure style fixes 2022-05-24 14:25:29 +02:00
FunctionUnixTimestamp64.h
fuzzBits.cpp
gcd.cpp Fix clang-tidy-14 2022-05-30 05:36:26 +02:00
GCDLCMImpl.h
generateUUIDv4.cpp add NUMBER_OF_ARGUMENTS_DOESNT_MATCH defination 2022-05-22 13:38:47 +08:00
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
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 Update greatCircleDistance.cpp 2022-05-25 21:59:31 +03: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
grouping.h Process columns more efficiently in GROUPING() 2022-05-25 21:55:41 +00:00
h3CellAreaM2.cpp
h3CellAreaRads2.cpp
h3Distance.cpp minor fix to func return type 2022-05-08 22:05:44 -07:00
h3EdgeAngle.cpp
h3EdgeLengthKm.cpp
h3EdgeLengthM.cpp
h3ExactEdgeLengthKm.cpp
h3ExactEdgeLengthM.cpp
h3ExactEdgeLengthRads.cpp
h3GetBaseCell.cpp
h3GetDestinationIndexFromUnidirectionalEdge.cpp add h3GetDestinationIndexFromUnidirectionalEdge func 2022-05-01 14:06:45 -07:00
h3GetFaces.cpp
h3GetIndexesFromUnidirectionalEdge.cpp review fixes 2022-05-18 17:04:15 -07:00
h3GetOriginIndexFromUnidirectionalEdge.cpp add h3GetOriginIndexFromUnidirectionalEdge func 2022-05-01 13:47:43 -07:00
h3GetPentagonIndexes.cpp
h3GetRes0Indexes.cpp h3Res0Indexes - remove unused array 2022-04-11 22:18:55 -07:00
h3GetResolution.cpp
h3GetUnidirectionalEdge.cpp check for validity of h3 index 2022-05-25 06:17:15 +05:30
h3GetUnidirectionalEdgeBoundary.cpp review fixes 2022-05-18 17:04:15 -07:00
h3GetUnidirectionalEdgesFromHexagon.cpp review fixes 2022-05-18 17:04:15 -07:00
h3HexAreaKm2.cpp
h3HexAreaM2.cpp
h3HexRing.cpp Fixed required array size calculation and reduced number of reallocations 2022-05-17 09:45:49 +02:00
h3IndexesAreNeighbors.cpp
h3IsPentagon.cpp
h3IsResClassIII.cpp
h3IsValid.cpp
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
h3PointDist.cpp
h3ToCenterChild.cpp
h3ToChildren.cpp
h3toGeo.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
h3ToGeoBoundary.cpp
h3ToParent.cpp
h3ToString.cpp
h3UnidirectionalEdgeIsValid.cpp fix style check 2022-05-02 22:20:27 -07:00
hasColumnInTable.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
hypot.cpp
identity.cpp
if.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp Fix 2022-06-07 11:23:59 +00:00
IFunction.h Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
IFunctionAdaptors.h Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
ignore.cpp
ilike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
in.cpp
indexHint.cpp Fix comments 2022-05-19 10:13:44 +00:00
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
intDivOrZero.cpp
intExp2.cpp
intExp10.cpp
isConstant.cpp Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
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
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 Fix clang-tidy-14 2022-05-30 05:36:26 +02:00
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
like.cpp
like.h Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
likePatternToRegexp.h Fix tests + more precise exception msg 2022-06-02 11:11:56 +02:00
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 Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
mapFilter.cpp Upd FunctionArrayMapped 2022-03-03 13:22:48 +00:00
match.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
MatchImpl.h Replace exceptions thrown for programming errors by asserts 2022-06-01 11:53:37 +02:00
materialize.cpp
materialize.h Fix comments 2022-05-19 10:13:44 +00:00
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 Optimize most important parts with NEON SIMD 2022-06-15 13:19:29 +00:00
moduloOrZero.cpp
monthName.cpp
multiFuzzyMatchAllIndices.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiFuzzyMatchAny.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiFuzzyMatchAnyIndex.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiIf.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
multiMatchAllIndices.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
MultiMatchAllIndicesImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiMatchAny.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
MultiMatchAnyImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiMatchAnyIndex.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiply.cpp
multiSearchAllPositions.cpp
multiSearchAllPositionsCaseInsensitive.cpp
multiSearchAllPositionsCaseInsensitiveUTF8.cpp
MultiSearchAllPositionsImpl.h Cosmetics: Pass patterns around as std::string_view instead of StringRef 2022-06-26 15:32:19 +00:00
multiSearchAllPositionsUTF8.cpp
multiSearchAny.cpp
multiSearchAnyCaseInsensitive.cpp Move check for regexp array size into implementations 2022-06-26 15:38:12 +00:00
multiSearchAnyCaseInsensitiveUTF8.cpp
multiSearchAnyUTF8.cpp
multiSearchFirstIndex.cpp Move check for regexp array size into implementations 2022-06-26 15:38:12 +00:00
multiSearchFirstIndexCaseInsensitive.cpp
multiSearchFirstIndexCaseInsensitiveUTF8.cpp
MultiSearchFirstIndexImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiSearchFirstIndexUTF8.cpp
multiSearchFirstPosition.cpp
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
negate.cpp
neighbor.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
normalizedQueryHash.cpp
normalizeQuery.cpp
normalizeString.cpp Functions normalizeUTF8 unstable performance tests fix 2022-05-25 15:54:52 +02:00
notEmpty.cpp
notEquals.cpp
notILike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
notLike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
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 Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02:00
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
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h Cosmetics: Pass patterns around as std::string_view instead of StringRef 2022-06-26 15:32:19 +00:00
positionUTF8.cpp
pow.cpp
queryID.cpp
radians.cpp
rand64.cpp
rand.cpp
randConstant.cpp
randomFixedString.cpp
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp
readWkt.cpp
regexpQuoteMeta.cpp
Regexps.h Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
registerFunctions.cpp showCertificate function implementation 2022-05-25 12:11:44 -04:00
registerFunctions.h
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 Merge remote-tracking branch 'upstream/master' into ncb/h3-unidirectionaledges-funcs 2022-05-17 20:10:03 -07:00
registerFunctionsHigherOrder.cpp Upd FunctionArrayMapped for Map 2022-03-03 13:22:48 +00:00
registerFunctionsIntrospection.cpp
registerFunctionsMath.cpp
registerFunctionsMiscellaneous.cpp Refactor GROUPING function 2022-05-18 15:23:31 +00:00
registerFunctionsNull.cpp
registerFunctionsRandom.cpp
registerFunctionsReinterpret.cpp
registerFunctionsSnowflake.cpp
registerFunctionsString.cpp rename variable + fix handling of ENABLE_LIBRARIES 2022-06-20 23:53:47 +05:00
registerFunctionsStringRegexp.cpp
registerFunctionsStringSearch.cpp
registerFunctionsTuple.cpp
registerFunctionsUnixTimestamp64.cpp
registerFunctionsVisitParam.cpp
reinterpretAs.cpp
repeat.cpp
replaceAll.cpp
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
s2CapUnion.cpp
s2CellsIntersect.cpp
s2GetNeighbors.cpp
s2RectAdd.cpp
s2RectContains.cpp
s2RectIntersection.cpp
s2RectUnion.cpp
s2ToGeo.cpp
serverConstants.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
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
substring.cpp
subtractDays.cpp
subtractHours.cpp
subtractMinutes.cpp
subtractMonths.cpp
subtractQuarters.cpp
subtractSeconds.cpp
SubtractSubSeconds.cpp Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
subtractWeeks.cpp
subtractYears.cpp
svg.cpp
synonyms.cpp
tan.cpp
tanh.cpp
tgamma.cpp
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 Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
toCustomWeek.cpp
today.cpp
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 Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
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 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
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimezone.cpp
toTypeName.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
toUnixTimestamp64Micro.cpp
toUnixTimestamp64Milli.cpp
toUnixTimestamp64Nano.cpp
toValidUTF8.cpp Fix some tests and comments 2022-06-15 14:40:21 +00:00
toYear.cpp
toYYYYMM.cpp
toYYYYMMDD.cpp
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 Fix comments 2022-05-19 10:13:44 +00:00
tupleElement.cpp
tupleHammingDistance.cpp
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 Fixed check for HUGE_VAL 2022-05-27 18:25:11 +02:00
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