ClickHouse/src/Functions
Alexey Milovidov 57664bffe0 Amend
2021-02-01 10:11:41 +03:00
..
array Fix trivial bug in arrayEnumerateUniq 2021-01-29 04:41:55 +03:00
GatherUtils Fix UBSan report in GatherUtils 2021-01-31 10:12:17 +03:00
tests
URL
abs.cpp
abtesting.cpp Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
abtesting.h
acos.cpp
acosh.cpp
addDays.cpp
addHours.cpp
addMinutes.cpp
addMonths.cpp
addQuarters.cpp
addressToLine.cpp
addressToSymbol.cpp
addSeconds.cpp
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 Simplify code of function "bar" 2021-01-02 23:40:15 +03:00
base64Decode.cpp Add base64Decode MySQL compatibility alias 2021-01-21 23:36:26 +03:00
base64Encode.cpp Add base64Encode MySQL compatibility alias 2021-01-21 23:33:15 +03:00
bitAnd.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitBoolMaskAnd.cpp
bitBoolMaskOr.cpp
bitCount.cpp
bitHammingDistance.cpp Fix special build and style. 2020-12-22 18:17:23 +03:00
bitmaskToList.cpp
bitNot.cpp
bitOr.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitRotateLeft.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitRotateRight.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitShiftLeft.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitShiftRight.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitSwapLastTwo.cpp
bitTest.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitTestAll.cpp
bitTestAny.cpp
bitWrapperFunc.cpp
bitXor.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
blockNumber.cpp
blockSerializedSize.cpp
blockSize.cpp
buildId.cpp
byteSize.cpp Move implementation inside out 2021-01-03 01:58:10 +03:00
caseWithExpression.cpp
castTypeToEither.h
cbrt.cpp
CMakeLists.txt Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
coalesce.cpp
concat.cpp
config_functions.h.in
convertCharset.cpp
cos.cpp
cosh.cpp
countDigits.cpp
countMatches.cpp
countMatches.h
countSubstrings.cpp
countSubstringsCaseInsensitive.cpp
countSubstringsCaseInsensitiveUTF8.cpp
CountSubstringsImpl.h
CRC.cpp
currentDatabase.cpp
currentUser.cpp
CustomWeekTransforms.h
date_trunc.cpp
dateDiff.cpp
DateTimeTransforms.h
decodeXMLComponent.cpp Improve code 2021-01-15 00:25:19 +03:00
decrypt.cpp
defaultValueOfArgumentType.cpp
defaultValueOfTypeName.cpp
demange.cpp
divide.cpp
DivisionUtils.h Amend 2021-02-01 10:11:41 +03:00
DummyJSONParser.h
dumpColumnStructure.cpp
e.cpp
empty.cpp
EmptyImpl.h
encodeXMLComponent.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
encrypt.cpp
endsWith.cpp
equals.cpp
erf.cpp
erfc.cpp
errorCodeToName.cpp
evalMLMethod.cpp
exp2.cpp
exp10.cpp
exp.cpp
extract.cpp Revert "Make extract case insensitive" 2021-01-22 02:36:37 +03:00
extractAllGroups.h Fail fast in incorrect usage of extractAllGroups 2021-01-22 02:48:26 +03:00
extractAllGroupsHorizontal.cpp
extractAllGroupsVertical.cpp
extractGroups.cpp
ExtractString.h Minor fixes for min/sim hash 2020-12-29 13:16:43 +03:00
extractTimeZoneFromFunctionArguments.cpp
extractTimeZoneFromFunctionArguments.h
filesystem.cpp
finalizeAggregation.cpp
formatDateTime.cpp add a %Q replacement for formatDateTime 2021-01-18 12:16:32 +08:00
formatReadable.h
formatReadableQuantity.cpp
formatReadableSize.cpp
formatReadableTimeDelta.cpp formatReadableTimeDelta: correctly output infinite values 2021-01-29 05:14:15 +03:00
formatRow.cpp
formatString.cpp
formatString.h
fromModifiedJulianDay.cpp
fromUnixTimestamp64Micro.cpp
fromUnixTimestamp64Milli.cpp
fromUnixTimestamp64Nano.cpp
FunctionBase64Conversion.h Squashed commit of the following: 2020-12-18 18:52:33 +03:00
FunctionBinaryArithmetic.h Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
FunctionBitTestMany.h
FunctionCustomWeekToSomething.h
FunctionDateOrDateTimeAddInterval.h Fix UBSan report in DateTimeAddInterval 2021-01-31 06:49:33 +03:00
FunctionDateOrDateTimeToSomething.h
FunctionFactory.cpp Make sure not to log non-existent objects 2021-01-23 12:05:37 +00:00
FunctionFactory.h Squashed commit of the following: 2020-12-18 18:52:33 +03:00
FunctionFQDN.cpp
FunctionHelpers.cpp Fixed dicitionaries todo 2021-01-27 16:25:27 +03:00
FunctionHelpers.h Fixed dicitionaries todo 2021-01-27 16:25:27 +03:00
FunctionIfBase.h
FunctionJoinGet.cpp
FunctionJoinGet.h
FunctionMathBinaryFloat64.h
FunctionMathConstFloat64.h
FunctionMathUnary.h
FunctionNumericPredicate.h
FunctionsAES.cpp
FunctionsAES.h Fix very strange code in AES functions 2021-01-23 02:35:40 +03:00
FunctionsBitmap.cpp
FunctionsBitmap.h Update FunctionsBitmap.h 2021-01-13 20:49:06 +08:00
FunctionsCoding.cpp Add IP num/string conversions MySQL compatibility alias 2021-01-22 00:19:14 +03:00
FunctionsCoding.h try fix clang-11-darwin build 2021-01-30 12:12:38 -08:00
FunctionsComparison.h Remove useless code from BigInt 2021-01-26 21:22:40 +03:00
FunctionsConsistentHashing.h
FunctionsConversion.cpp Merge pull request #19712 from kitaisreal/added-functions-parse-date-time-best-effort-us-or-zero-or-null 2021-01-28 11:13:45 +03:00
FunctionsConversion.h Added functions parseDateTimeBestEffortUSOrZero, parseDateTimeBestEffortUSOrNull 2021-01-27 17:10:06 +03:00
FunctionsEmbeddedDictionaries.cpp
FunctionsEmbeddedDictionaries.h
FunctionsExternalDictionaries.cpp FunctionsExternalDictionaries refactored 2021-01-27 16:25:27 +03:00
FunctionsExternalDictionaries.h Fixed race in tests 2021-01-28 19:17:46 +03:00
FunctionsExternalModels.cpp
FunctionsExternalModels.h
FunctionsHashing.cpp
FunctionsHashing.h Remove useless code from BigInt 2021-01-26 21:22:40 +03:00
FunctionsJSON.cpp
FunctionsJSON.h
FunctionsLogical.cpp
FunctionsLogical.h
FunctionsMiscellaneous.h
FunctionsMultiStringFuzzySearch.h
FunctionsMultiStringPosition.h
FunctionsMultiStringSearch.h
FunctionsRandom.cpp
FunctionsRandom.h
FunctionsRound.cpp
FunctionsRound.h Fix UBSan report in "round" 2021-01-29 04:03:38 +03:00
FunctionsStringArray.cpp
FunctionsStringArray.h
FunctionsStringHash.cpp Minor fixes for min/sim hash 2020-12-29 13:16:43 +03:00
FunctionsStringHash.h Update FunctionsStringHash.h 2021-01-07 00:10:54 +03:00
FunctionsStringSearch.h Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
FunctionsStringSearchToString.h
FunctionsStringSimilarity.cpp
FunctionsStringSimilarity.h
FunctionStartsEndsWith.h
FunctionStringOrArrayToT.h Whitespace fixes 2021-01-26 16:19:13 +03:00
FunctionStringReplace.h
FunctionStringToString.h
FunctionsVisitParam.h
FunctionUnaryArithmetic.h rewrite 2021-01-26 11:26:15 +00:00
FunctionUnixTimestamp64.h
fuzzBits.cpp
gcd.cpp Use BinaryArithmeticOverloadResolver::valid_on_float_arguments for lcm/gcd 2021-01-30 09:12:31 +03:00
GCDLCMImpl.h Use BinaryArithmeticOverloadResolver::valid_on_float_arguments for lcm/gcd 2021-01-30 09:12:31 +03:00
generateUUIDv4.cpp
GeoHash.cpp
GeoHash.h
geohashDecode.cpp
geohashEncode.cpp
geohashesInBox.cpp
geoToH3.cpp
getMacro.cpp
getScalar.cpp
getSetting.cpp
getSizeOfEnumType.cpp
globalVariable.cpp
greatCircleDistance.cpp Update greatCircleDistance.cpp 2021-01-29 08:52:52 +03:00
greater.cpp
greaterOrEquals.cpp
greatest.cpp Remove even more code 2021-01-26 22:04:03 +03:00
GregorianDate.h
h3EdgeAngle.cpp
h3EdgeLengthM.cpp
h3GetBaseCell.cpp
h3GetResolution.cpp
h3HexAreaM2.cpp
h3IndexesAreNeighbors.cpp
h3IsValid.cpp
h3kRing.cpp
h3ToChildren.cpp
h3ToParent.cpp
h3ToString.cpp
hasColumnInTable.cpp
hasThreadFuzzer.cpp
hasToken.cpp
hasTokenCaseInsensitive.cpp
HasTokenImpl.h
hostName.cpp
hypot.cpp
identity.cpp identity: mark it as non suitable for constant folding 2021-01-21 21:22:23 +03:00
if.cpp Remove even more code 2021-01-26 22:04:03 +03:00
ifNotFinite.cpp
ifNull.cpp
IFunction.cpp try fix 'value is too short' when converting from String to Nullable(T) 2020-12-24 00:57:33 +03:00
IFunction.h
IFunctionAdaptors.h try fix 'value is too short' when converting from String to Nullable(T) 2020-12-24 00:57:33 +03:00
IFunctionImpl.h
ignore.cpp Fix function ignore with LowCardinality argument. 2021-01-13 17:45:19 +03:00
ilike.cpp
in.cpp Revert "Make in case insensitive" 2021-01-22 02:32:56 +03:00
initializeAggregation.cpp
intDiv.cpp fixing build on gcc 2020-12-25 19:32:59 +03:00
intDivOrZero.cpp
intExp2.cpp
intExp10.cpp
isConstant.cpp
isDecimalOverflow.cpp
isFinite.cpp
isInfinite.cpp
isNaN.cpp
isNotNull.cpp
isNull.cpp Make isNull case insensitive 2021-01-21 22:44:10 +03:00
IsOperation.h rewrite 2021-01-26 11:26:15 +00:00
isValidUTF8.cpp
isZeroOrNull.cpp
jumpConsistentHash.cpp
lcm.cpp Use BinaryArithmeticOverloadResolver::valid_on_float_arguments for lcm/gcd 2021-01-30 09:12:31 +03:00
least.cpp Remove even more code 2021-01-26 22:04:03 +03:00
LeastGreatestGeneric.h
lengthUTF8.cpp
less.cpp
lessOrEquals.cpp
lgamma.cpp
like.cpp
likePatternToRegexp.h
log1p.cpp
log2.cpp
log10.cpp
log.cpp
logTrace.cpp
lowCardinalityIndices.cpp
lowCardinalityKeys.cpp
lower.cpp
LowerUpperImpl.h
LowerUpperUTF8Impl.h Remove tons of garbage 2021-01-31 05:36:52 +03:00
lowerUTF8.cpp
map.cpp Merge pull request #19515 from hexiaoting/map_functions_fix 2021-01-25 17:30:59 +03:00
match.cpp
MatchImpl.h
materialize.cpp
materialize.h
minus.cpp Remove even more code 2021-01-26 22:04:03 +03:00
modulo.cpp fixing build on gcc 2020-12-25 19:32:59 +03:00
moduloOrZero.cpp
multiFuzzyMatchAllIndices.cpp
multiFuzzyMatchAny.cpp
multiFuzzyMatchAnyIndex.cpp
multiIf.cpp Fixed style issues 2021-01-25 11:08:10 +03:00
multiMatchAllIndices.cpp
MultiMatchAllIndicesImpl.h
multiMatchAny.cpp
MultiMatchAnyImpl.h
multiMatchAnyIndex.cpp
multiply.cpp Remove even more code 2021-01-26 22:04:03 +03:00
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 Update neighbor.cpp 2021-01-27 16:26:16 +03:00
normalizedQueryHash.cpp add normalizeQueryKeepNames and normalizedQueryHashKeepNames (#18910) 2021-01-26 17:51:30 +03:00
normalizeQuery.cpp add normalizeQueryKeepNames and normalizedQueryHashKeepNames (#18910) 2021-01-26 17:51:30 +03:00
notEmpty.cpp
notEquals.cpp
notILike.cpp
notLike.cpp
now64.cpp Fix test. 2021-01-21 11:49:40 +03:00
now.cpp
nullIf.cpp
PerformanceAdaptors.h
pi.cpp
plus.cpp Remove even more code 2021-01-26 22:04:03 +03:00
pointInEllipses.cpp
pointInPolygon.cpp
PolygonUtils.h
position.cpp
positionCaseInsensitive.cpp
positionCaseInsensitiveUTF8.cpp
PositionImpl.h
positionUTF8.cpp
pow.cpp
rand64.cpp
rand.cpp
randConstant.cpp
randomFixedString.cpp
randomPrintableASCII.cpp
randomString.cpp
randomStringUTF8.cpp Remove tons of garbage 2021-01-31 05:36:52 +03:00
RapidJSONParser.h
regexpQuoteMeta.cpp
Regexps.h Whitespace 2021-01-31 12:02:54 +03:00
registerFunctions.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
registerFunctions.h
registerFunctionsArithmetic.cpp
registerFunctionsComparison.cpp
registerFunctionsConditional.cpp
registerFunctionsConsistentHashing.cpp Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
registerFunctionsDateTime.cpp
registerFunctionsFormatting.cpp
registerFunctionsGeo.cpp
registerFunctionsHigherOrder.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
registerFunctionsIntrospection.cpp
registerFunctionsMath.cpp add sign math function 2021-01-24 05:18:59 +00:00
registerFunctionsMiscellaneous.cpp new function byteSize 2020-12-21 09:54:04 +08:00
registerFunctionsNull.cpp
registerFunctionsRandom.cpp
registerFunctionsReinterpret.cpp
registerFunctionsString.cpp add decode XML function 2020-12-26 16:00:35 +08:00
registerFunctionsStringRegexp.cpp
registerFunctionsStringSearch.cpp
registerFunctionsTuple.cpp
registerFunctionsUnixTimestamp64.cpp
registerFunctionsVisitParam.cpp
reinterpretAs.cpp
reinterpretAsFixedString.cpp
reinterpretAsString.cpp
repeat.cpp Add repeat MySQL compatibility alias 2021-01-25 16:20:40 +03:00
replaceAll.cpp
replaceOne.cpp
replaceRegexpAll.cpp
ReplaceRegexpImpl.h
replaceRegexpOne.cpp
ReplaceStringImpl.h
replicate.cpp
reverse.cpp
reverseUTF8.cpp
roundAge.cpp
roundDuration.cpp
roundToExp2.cpp
rowNumberInAllBlocks.cpp
rowNumberInBlock.cpp
runningAccumulate.cpp
runningDifference.cpp
runningDifference.h Fix UBSan report in runningDifference 2021-01-22 23:46:51 +03:00
runningDifferenceStartingWithFirstValue.cpp
sigmoid.cpp
sign.cpp rewrite 2021-01-26 11:26:15 +00:00
SimdJSONParser.h
sin.cpp
sinh.cpp
sleep.cpp
sleep.h fix sleep with infinite input 2021-01-21 04:49:35 +00:00
sleepEachRow.cpp
sqrt.cpp
startsWith.cpp
stringToH3.cpp
substring.cpp Fix UBSan report in substring 2021-01-22 23:40:04 +03:00
subtractDays.cpp
subtractHours.cpp
subtractMinutes.cpp
subtractMonths.cpp
subtractQuarters.cpp
subtractSeconds.cpp
subtractWeeks.cpp
subtractYears.cpp
tan.cpp
tanh.cpp
TargetSpecific.cpp
TargetSpecific.h
tcpPort.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
tgamma.cpp
throwIf.cpp
tid.cpp
timeSlot.cpp
timeSlots.cpp
timezone.cpp
toColumnTypeName.cpp
toCustomWeek.cpp
today.cpp
toDayOfMonth.cpp Add toDayOfMonth MySQL compatibility alias 2021-01-21 23:49:06 +03:00
toDayOfWeek.cpp Add toDayOfWeek MySQL compatibility alias 2021-01-21 23:46:00 +03:00
toDayOfYear.cpp Add toDayOfYear MySQL compatibility alias 2021-01-21 23:42:08 +03:00
toFixedString.cpp
toFixedString.h Squashed commit of the following: 2020-12-18 18:52:33 +03:00
toHour.cpp Add toHour MySQL compatibility alias 2021-01-21 23:28:20 +03:00
toISOWeek.cpp
toISOYear.cpp
toLowCardinality.cpp
toMinute.cpp Add toMinute MySQL compatibility alias 2021-01-25 16:35:58 +03:00
toModifiedJulianDay.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
toMonday.cpp
toMonth.cpp Add toMonth MySQL compatibility alias 2021-01-25 15:59:49 +03:00
toNullable.cpp
toQuarter.cpp Add toQuarter MySQL compatibility alias 2021-01-25 16:24:06 +03:00
toRelativeDayNum.cpp
toRelativeHourNum.cpp
toRelativeMinuteNum.cpp
toRelativeMonthNum.cpp
toRelativeQuarterNum.cpp
toRelativeSecondNum.cpp
toRelativeWeekNum.cpp
toRelativeYearNum.cpp
toSecond.cpp Add toSecond MySQL compatibility alias 2021-01-25 16:26:38 +03:00
toStartOfDay.cpp
toStartOfFifteenMinutes.cpp
toStartOfFiveMinute.cpp
toStartOfHour.cpp
toStartOfInterval.cpp
toStartOfISOYear.cpp
toStartOfMinute.cpp
toStartOfMonth.cpp
toStartOfQuarter.cpp
toStartOfSecond.cpp
toStartOfTenMinutes.cpp
toStartOfYear.cpp
toTime.cpp
toTimeZone.cpp
toTypeName.cpp
toUnixTimestamp64Micro.cpp
toUnixTimestamp64Milli.cpp
toUnixTimestamp64Nano.cpp
toValidUTF8.cpp
toYear.cpp Add toYear MySQL compatibility alias 2021-01-25 16:00:11 +03:00
toYYYYMM.cpp
toYYYYMMDD.cpp
toYYYYMMDDhhmmss.cpp
transform.cpp
trap.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
trim.cpp
tryBase64Decode.cpp
tuple.cpp
tupleElement.cpp
tupleHammingDistance.cpp Fix style 2021-01-14 20:16:31 +03:00
upper.cpp
upperUTF8.cpp
uptime.cpp
VectorExtension.h
version.cpp
visibleWidth.cpp
visitParamExtractBool.cpp
visitParamExtractFloat.cpp
visitParamExtractInt.cpp
visitParamExtractRaw.cpp
visitParamExtractString.cpp
visitParamExtractUInt.cpp
visitParamHas.cpp
ya.make add sign math function 2021-01-24 05:18:59 +00:00
ya.make.in Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
yandexConsistentHash.cpp
yesterday.cpp