ClickHouse/src/Functions
2022-03-25 11:12:38 +00:00
..
array Fix style check 2022-03-18 21:39:30 +01:00
divide contrib/libdivide: add ALIAS library 2022-01-21 10:11:23 +03:00
examples
GatherUtils Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
JSONPath Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
tests
URL Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00: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 upload 2022-02-12 19:37:06 +03:00
addWeeks.cpp
addYears.cpp
aes_decrypt_mysql.cpp
aes_encrypt_mysql.cpp
appendTrailingCharIfAbsent.cpp
asin.cpp
asinh.cpp
assumeNotNull.cpp
atan2.cpp
atan.cpp
atanh.cpp
bar.cpp
base64Decode.cpp
base64Encode.cpp Merge pull request #31797 from aiven/kmichel-fix-base64encode-too-fast 2021-12-16 01:35:22 +03:00
bitAnd.cpp
bitBoolMaskAnd.cpp
bitBoolMaskOr.cpp
bitCount.cpp
bitHammingDistance.cpp rewrite bitHammingDistance with FunctionBinaryArithmetic 2022-01-19 09:07:05 +00:00
bitNot.cpp
bitOr.cpp
bitRotateLeft.cpp
bitRotateRight.cpp
bitShiftLeft.cpp
bitShiftRight.cpp
bitSlice.cpp fix undefined behavior 2022-01-12 19:13:08 +08:00
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 clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +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 Submodules are mandatory 2022-02-19 17:44:24 +01:00
coalesce.cpp
concat.cpp
config_functions.h.in Merge branch 'master' into classification 2022-01-25 10:22:47 +00:00
configure_config.cmake Fix build w/o hyperscan 2022-01-20 10:02:02 +03:00
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 Updated additional cases 2021-12-20 15:55:07 +03:00
currentDatabase.cpp
currentProfiles.cpp
currentRoles.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
currentUser.cpp
CustomWeekTransforms.h Saturate date/datetime to zero 2022-01-03 02:07:08 +03:00
date_trunc.cpp
dateDiff.cpp
dateName.cpp Remove DecimalPaddedPODArray 2022-01-27 10:07:53 +00:00
DateTimeTransforms.h fixed toStartOfInterval 2022-02-16 02:43:08 +03: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
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
extractAllGroups.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp
ExtractString.h
extractTextFromHTML.cpp
extractTimeZoneFromFunctionArguments.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
extractTimeZoneFromFunctionArguments.h
filesystem.cpp
finalizeAggregation.cpp
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
formatString.cpp
formatString.h Updated additional cases 2021-12-20 15:55:07 +03:00
fromModifiedJulianDay.cpp
fromUnixTimestamp64Micro.cpp
fromUnixTimestamp64Milli.cpp
fromUnixTimestamp64Nano.cpp
FunctionBase64Conversion.h FunctionBase64Conversion warning fix 2022-01-21 11:26:39 +00:00
FunctionBinaryArithmetic.h rewrite bitHammingDistance with FunctionBinaryArithmetic 2022-01-19 09:07:05 +00:00
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
FunctionFile.cpp
FunctionFQDN.cpp
FunctionHelpers.cpp
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 DecimalPaddedPODArray 2022-01-27 10:07:53 +00:00
FunctionNumericPredicate.h
FunctionsAES.cpp
FunctionsAES.h
FunctionsBinaryRepr.cpp Fix style checking 2022-01-19 10:13:12 +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
FunctionsCharsetClassification.cpp Fixed tests 2022-03-15 15:43:39 +00:00
FunctionsCodingIP.cpp Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions 2022-03-12 17:12:05 +00:00
FunctionsCodingIP.h Fixed tests 2022-03-16 19:59:31 +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 Merge pull request #35534 from kitaisreal/set-in-ipv4-ipv6-address-cast-fix 2022-03-24 01:26:25 +01:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h Change comments 2022-03-11 23:46:02 +01:00
FunctionsExternalDictionaries.cpp
FunctionsExternalDictionaries.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsHashing.cpp Remove USE_XXHASH (reduntant) 2022-01-20 10:02:02 +03:00
FunctionsHashing.h Remove USE_XXHASH (reduntant) 2022-01-20 10:02:02 +03:00
FunctionsJSON.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-17 19:02:29 +03:00
FunctionsLanguageClassification.cpp Small fix 2022-01-19 10:31:04 +00:00
FunctionsLogical.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00: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 Merge branch 'master' into classification 2022-01-18 21:41:03 +00:00
FunctionSQLJSON.cpp
FunctionSQLJSON.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
FunctionsRandom.cpp
FunctionsRandom.h
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 clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsStringHash.cpp
FunctionsStringHash.h
FunctionsStringSearch.h
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h Apply suggestions from code review 2022-02-16 20:58:43 +08:00
FunctionsTextClassification.h Refactor 2022-01-12 16:49:21 +00:00
FunctionsTimeWindow.cpp basic add[...]seconds added 2022-02-09 10:28:15 +03: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
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
FunctionUnaryArithmetic.h
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
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
geoToH3.cpp Performance tests fix H3 2022-02-18 15:57:54 +00: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
getServerPort.cpp
getSetting.cpp
getSizeOfEnumType.cpp
globalVariable.cpp
greatCircleDistance.cpp Change comments 2022-03-11 23:46:02 +01: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
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 Function h3GetRes0Indexes crash fix 2022-03-17 11:45:25 +00: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
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 convert const cols to full cols 2022-02-18 16:34:50 -08: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 convert const cols to full cols 2022-02-18 16:34:50 -08: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
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
hyperscanRegexpChecker.cpp
hyperscanRegexpChecker.h
hypot.cpp
identity.cpp
if.cpp Fix bug in function if that led to logical error 2022-03-21 14:27:25 +00:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp fix functions with sparse arguments 2021-12-24 19:39:50 +03: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
initialQueryID.cpp
intDiv.cpp
intDivOrZero.cpp
intExp2.cpp
intExp10.cpp
isConstant.cpp
isDecimalOverflow.cpp
isFinite.cpp
isInfinite.cpp
isIPAddressContainedIn.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
isNaN.cpp
isNotNull.cpp
isNull.cpp
IsOperation.h rewrite bitHammingDistance with FunctionBinaryArithmetic 2022-01-19 09:07:05 +00:00
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
kostikConsistentHash.cpp Add compatibility alias 2022-03-24 02:21:57 +01:00
lcm.cpp
least.cpp
LeastGreatestGeneric.h
left.cpp Make "left" and "right" real functions 2022-01-05 05:32:40 +03:00
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 Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03: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
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 Remove unbundled re2 support 2022-01-20 10:00:49 +03:00
materialize.cpp
materialize.h
mathConstants.cpp
max2.cpp updates to min2 and max2 funcs 2022-01-20 15:39:05 -08:00
min2.cpp updates to min2 and max2 funcs 2022-01-20 15:39:05 -08:00
minSampleSize.cpp Fixed minSampleSize functions 2022-03-17 15:30:59 +00:00
minus.cpp
modelEvaluate.cpp
modulo.cpp
moduloOrZero.cpp
monthName.cpp Function monthName small fix 2022-01-08 11:04:22 +03:00
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
multiSearchFirstPositionCaseInsensitive.cpp
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
MultiSearchFirstPositionImpl.h
multiSearchFirstPositionUTF8.cpp
MultiSearchImpl.h
negate.cpp
neighbor.cpp
normalizedQueryHash.cpp
normalizeQuery.cpp
normalizeString.cpp Fixed tests 2022-03-15 15:43:39 +00:00
notEmpty.cpp
notEquals.cpp
notILike.cpp
notLike.cpp
now64.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
now.cpp
nullIf.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
padString.cpp
partitionId.cpp
PerformanceAdaptors.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
plus.cpp Enable binary arithmetic between Decimal and Float 2022-01-01 09:11:21 +00:00
pointInEllipses.cpp
pointInPolygon.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonArea.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonConvexHull.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonPerimeter.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonsDistance.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonsEquals.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonsIntersection.cpp
polygonsSymDifference.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonsUnion.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
polygonsWithin.cpp Updated additional cases 2021-12-20 15:55:07 +03: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
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
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp
readWkt.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
regexpQuoteMeta.cpp
Regexps.h Fix build w/o hyperscan 2022-01-20 10:02:02 +03:00
registerFunctions.cpp Implement functions for minimum-sample-size-calculators 2022-02-06 22:12:22 +09: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 updated Interval definitions 2022-02-13 17:54:03 +03:00
registerFunctionsFormatting.cpp
registerFunctionsGeo.cpp add h3GetPentagonIndexes func 2022-02-13 12:56:43 -08: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 add degrees and radians funcs 2022-01-19 22:18:44 -08:00
registerFunctionsMiscellaneous.cpp
registerFunctionsNull.cpp
registerFunctionsRandom.cpp
registerFunctionsReinterpret.cpp
registerFunctionsSnowflake.cpp
registerFunctionsString.cpp Merge branch 'master' into classification 2022-01-18 21:41:03 +00:00
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 Fix insert into defalut nested LowCardinality column. 2022-01-10 21:30:28 +03:00
reverse.cpp
reverseUTF8.cpp
right.cpp Make "left" and "right" real functions 2022-01-05 05:32:40 +03:00
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
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 Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
sigmoid.cpp
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 upload 2022-02-12 19:37:06 +03:00
subtractWeeks.cpp
subtractYears.cpp
svg.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
synonyms.cpp
tan.cpp
tanh.cpp
TargetSpecific.cpp
TargetSpecific.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
tgamma.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
throwIf.cpp Fix crash for function throwIf with constant arguments 2022-03-22 12:30:25 +01:00
tid.cpp
timeSlot.cpp
timeSlots.cpp
timezoneOf.cpp Change comments 2022-03-11 23:46:02 +01:00
timezoneOffset.cpp
toBool.cpp Some improvements and fixes for Bool data type 2022-01-20 14:16:11 +03: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
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
toStartOfFiveMinute.cpp
toStartOfHour.cpp
toStartOfInterval.cpp fixed maths 2 2022-02-18 00:17:29 +03: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
toYYYYMMDDhhmmss.cpp
transform.cpp support nested in json type (wip) 2021-12-16 14:42:12 +03:00
TransformDateTime64.h Merge branch 'master' into issue_33147 2022-03-21 13:40:17 +00:00
trap.cpp
trim.cpp
tryBase64Decode.cpp
tuple.cpp
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
visibleWidth.cpp
visitParamExtractBool.cpp
visitParamExtractFloat.cpp
visitParamExtractInt.cpp
visitParamExtractRaw.cpp
visitParamExtractString.cpp
visitParamExtractUInt.cpp
visitParamHas.cpp
wkt.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
yesterday.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
ztest.cpp Function proportionsZTest fix style check 2022-03-17 18:17:30 +00:00