ClickHouse/src/Functions
Anton Popov 2e1f293bd5
Merge pull request #21699 from CurtizJ/fix-map-field-conversion
Fix conversions for fields in function 'arrayElement' for type Map
2021-03-23 15:30:44 +03:00
..
array minor fixes 2021-03-16 02:28:11 +03:00
GatherUtils Fix UBSan report in GatherUtils 2021-01-31 10:12:17 +03:00
tests Revert "mercator" 2021-03-11 15:08:20 +03:00
URL Add ability to use custom TLD list 2020-12-09 21:08:22 +03:00
abs.cpp add IsOperation helper 2020-09-08 03:59:13 +03:00
abtesting.cpp Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
abtesting.h Fix build without libraries 2020-10-10 23:41:27 +03:00
acos.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
acosh.cpp clang-format 2020-11-04 12:30:40 +01:00
addDays.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addHours.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addMonths.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addQuarters.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addressToLine.cpp Print inline frames augmenting usual ones 2021-01-20 17:05:25 +03:00
addressToSymbol.cpp reload symbols and fix build-id 2020-11-30 22:30:55 +08:00
addSeconds.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addWeeks.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addYears.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
aes_decrypt_mysql.cpp Fixed Yandex-specific builds :( 2020-09-10 22:52:42 +03:00
aes_encrypt_mysql.cpp Fixed Yandex-specific builds :( 2020-09-10 22:52:42 +03:00
appendTrailingCharIfAbsent.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
asin.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
asinh.cpp clang-format 2020-11-04 12:30:40 +01:00
assumeNotNull.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
atan2.cpp clang-format 2020-11-04 12:30:40 +01:00
atan.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
atanh.cpp clang-format 2020-11-04 12:30:40 +01:00
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 Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitBoolMaskOr.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitCount.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitHammingDistance.cpp Fix special build and style. 2020-12-22 18:17:23 +03:00
bitmaskToList.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
bitNot.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
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 hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitTest.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
bitTestAll.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitTestAny.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitWrapperFunc.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitXor.cpp Forbid bit functions for floats 2021-01-30 09:12:31 +03:00
blockNumber.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
blockSerializedSize.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
blockSize.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
buildId.cpp reload symbols and fix build-id 2020-11-30 22:30:55 +08:00
byteSize.cpp Move implementation inside out 2021-01-03 01:58:10 +03:00
caseWithExpression.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
castTypeToEither.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
cbrt.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
CMakeLists.txt Update CMakeLists.txt 2021-03-11 17:19:03 +03:00
coalesce.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
concat.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
config_functions.h.in Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
connectionID.cpp Fix build 2021-03-02 23:17:02 +08:00
convertCharset.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
cos.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
cosh.cpp clang-format 2020-11-04 12:30:40 +01:00
countDigits.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
countMatches.cpp Fix and optimize countMatches()/countMatchesCaseInsensitive() 2020-12-01 22:25:26 +03:00
countMatches.h Fix and optimize countMatches()/countMatchesCaseInsensitive() 2020-12-01 22:25:26 +03:00
countSubstrings.cpp Implement countSubstrings() 2020-11-26 22:58:16 +03:00
countSubstringsCaseInsensitive.cpp Implement countSubstrings() 2020-11-26 22:58:16 +03:00
countSubstringsCaseInsensitiveUTF8.cpp Implement countSubstrings() 2020-11-26 22:58:16 +03:00
CountSubstringsImpl.h Implement countSubstrings() 2020-11-26 22:58:16 +03:00
CRC.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
currentDatabase.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
currentUser.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
CustomWeekTransforms.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
date_trunc.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
dateDiff.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
DateTimeTransforms.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
decodeXMLComponent.cpp Improve code 2021-01-15 00:25:19 +03:00
decrypt.cpp Fixed Yandex-specific builds :( 2020-09-10 22:52:42 +03:00
defaultValueOfArgumentType.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
defaultValueOfTypeName.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
demange.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
divide.cpp enable bigint float division (#15691) 2020-10-07 14:32:57 +03:00
DivisionUtils.h gcc old cast check failed 2021-03-10 18:04:34 +03:00
DummyJSONParser.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
dumpColumnStructure.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
e.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
empty.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
EmptyImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
encodeXMLComponent.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
encrypt.cpp Fixed Yandex-specific builds :( 2020-09-10 22:52:42 +03:00
endsWith.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
equals.cpp Part 1. 2020-10-17 17:23:37 +03:00
erf.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
erfc.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
errorCodeToName.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
evalMLMethod.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
exp2.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
exp10.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
exp.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
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 extractAllGroupsHorizontal and extractAllGroupsVertical 2020-06-11 11:03:17 +03:00
extractAllGroupsVertical.cpp Normalize function names 2021-02-18 20:20:28 +08:00
extractGroups.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
ExtractString.h Minor fixes for min/sim hash 2020-12-29 13:16:43 +03:00
extractTextFromHTML.cpp Fix gcc and clang-tidy 2021-02-28 04:05:04 +03:00
extractTimeZoneFromFunctionArguments.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
extractTimeZoneFromFunctionArguments.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
filesystem.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
finalizeAggregation.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
formatDateTime.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
formatReadable.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
formatReadableQuantity.cpp Moved functions to separate files; remove copy-paste 2020-10-10 21:23:54 +03:00
formatReadableSize.cpp Moved functions to separate files; remove copy-paste 2020-10-10 21:23:54 +03:00
formatReadableTimeDelta.cpp formatReadableTimeDelta: correctly output infinite values 2021-01-29 05:14:15 +03:00
formatRow.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
formatString.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
formatString.h better 2021-03-11 15:08:18 +03:00
fromModifiedJulianDay.cpp Fix a segfault in fromModifiedJulianDay() 2021-02-02 12:43:36 +09:00
fromUnixTimestamp64Micro.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
fromUnixTimestamp64Milli.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
fromUnixTimestamp64Nano.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
FunctionBase64Conversion.h Squashed commit of the following: 2020-12-18 18:52:33 +03:00
FunctionBinaryArithmetic.h Decimal binary operation constants fix 2021-02-11 19:05:17 +03:00
FunctionBitTestMany.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionCustomWeekToSomething.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
FunctionDateOrDateTimeAddInterval.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
FunctionDateOrDateTimeToSomething.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
FunctionFactory.cpp Merge branch 'master' into fffix 2021-02-22 23:08:44 +03:00
FunctionFactory.h Squashed commit of the following: 2020-12-18 18:52:33 +03:00
FunctionFile.cpp refactor function 2021-02-16 15:37:49 +03:00
FunctionFQDN.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionHelpers.cpp better 2021-03-11 15:08:18 +03:00
FunctionHelpers.h Fixed dicitionaries todo 2021-01-27 16:25:27 +03:00
FunctionIfBase.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
FunctionJoinGet.cpp Minor changes in Hash/StorageJoin, add TableLockHolder to ExecutableFunctionJoinGet 2021-02-25 14:21:06 +03:00
FunctionJoinGet.h Minor changes in Hash/StorageJoin, add TableLockHolder to ExecutableFunctionJoinGet 2021-02-25 14:21:06 +03:00
FunctionMathBinaryFloat64.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionMathConstFloat64.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionMathUnary.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionNumericPredicate.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsAES.cpp Empty string optimization for encryption 2020-10-14 16:33:07 +03:00
FunctionsAES.h Fix very strange code in AES functions 2021-01-23 02:35:40 +03:00
FunctionsBitmap.cpp Fix TOTALS/ROLLUP/CUBE for aggregate functions with -State and Nullable arguments #12163 2020-07-10 06:23:42 +03:00
FunctionsBitmap.h Tiny fix 2021-03-05 00:21:52 +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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 Saturation for DateTime 2021-03-15 23:40:33 +03:00
FunctionsEmbeddedDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsEmbeddedDictionaries.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsExternalDictionaries.cpp FunctionsExternalDictionaries refactored 2021-01-27 16:25:27 +03:00
FunctionsExternalDictionaries.h Updated ExternalDictionariesLoader interface with context parameter 2021-03-20 18:02:09 +03:00
FunctionsExternalModels.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsExternalModels.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsHashing.cpp Add farmFingerprint64 function 2020-10-31 08:45:53 -04:00
FunctionsHashing.h Remove useless code from BigInt 2021-01-26 21:22:40 +03:00
FunctionsJSON.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsJSON.h Allow conversion from double to float in function JSONExtract beacuse the users want that 2021-02-02 07:16:47 +03:00
FunctionsLogical.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsLogical.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsMiscellaneous.h Merge pull request #17134 from abyss7/tcp-port 2020-11-20 20:32:55 +03:00
FunctionsMultiStringFuzzySearch.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsMultiStringPosition.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsMultiStringSearch.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsRandom.cpp Style 2020-06-21 21:47:16 +03:00
FunctionsRandom.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsRound.cpp Normalize function names 2021-02-18 20:20:28 +08:00
FunctionsRound.h Fix UBSan report in "round" 2021-01-29 04:03:38 +03:00
FunctionsStringArray.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsStringArray.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsStringSimilarity.cpp Merge branch 'master' into stack-frams-size-limit 2020-07-21 14:45:15 +03:00
FunctionsStringSimilarity.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionStartsEndsWith.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionStringOrArrayToT.h Whitespace fixes 2021-01-26 16:19:13 +03:00
FunctionStringReplace.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionStringToString.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
FunctionsVisitParam.h Fix argument handling in string search functions 2020-08-04 10:10:50 +03:00
FunctionUnaryArithmetic.h rewrite 2021-01-26 11:26:15 +00:00
FunctionUnixTimestamp64.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
fuzzBits.cpp Merge pull request #17051 from hexiaoting/bugfix_fuzzbits 2020-11-26 06:41:20 +03:00
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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
GeoHash.cpp Fix UBSan report in geoHashesInBox 2021-02-02 06:37:24 +03:00
GeoHash.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
geohashDecode.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
geohashEncode.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
geohashesInBox.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
geometryConverters.h Revert "mercator" 2021-03-11 15:08:20 +03:00
geoToH3.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
getMacro.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
getScalar.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
getSetting.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
getSizeOfEnumType.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
globalVariable.cpp mycli compatibility 2021-03-02 18:53:06 +08:00
greatCircleDistance.cpp better 2021-03-11 15:08:19 +03:00
greater.cpp Part 1. 2020-10-17 17:23:37 +03:00
greaterOrEquals.cpp Part 1. 2020-10-17 17:23:37 +03:00
greatest.cpp Remove even more code 2021-01-26 22:04:03 +03:00
GregorianDate.h also style 2020-12-09 18:30:44 +03:00
h3EdgeAngle.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3EdgeLengthM.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3GetBaseCell.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3GetResolution.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3HexAreaM2.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3IndexesAreNeighbors.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3IsValid.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3kRing.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3ToChildren.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3ToParent.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
h3ToString.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
hasColumnInTable.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
hasThreadFuzzer.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
hasToken.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
hasTokenCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
HasTokenImpl.h Fix argument handling in string search functions 2020-08-04 10:10:50 +03:00
hostName.cpp Merge pull request #17134 from abyss7/tcp-port 2020-11-20 20:32:55 +03:00
hypot.cpp clang-format 2020-11-04 12:30:40 +01:00
identity.cpp identity: mark it as non suitable for constant folding 2021-01-21 21:22:23 +03:00
if.cpp Fix if with tuple then/else arguments 2021-02-05 22:39:26 +03:00
ifNotFinite.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
ifNull.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
ignore.cpp Mark ignore() as not suitable for constant folding 2021-02-11 00:39:03 +03:00
ilike.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
in.cpp Revert "Make in case insensitive" 2021-01-22 02:32:56 +03:00
initializeAggregation.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
intDiv.cpp Specialize intDiv/module 2021-03-02 16:27:28 +03:00
intDivOrZero.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
intExp2.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
intExp10.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
isConstant.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
isDecimalOverflow.cpp Minor changes in Decimal 2021-02-20 21:13:36 +03:00
isFinite.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
isInfinite.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
isNaN.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
isNotNull.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 Fix half of typos 2020-08-08 03:47:03 +03:00
isZeroOrNull.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
jumpConsistentHash.cpp add IsOperation helper 2020-09-08 03:59:13 +03:00
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 Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
lengthUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
less.cpp Part 1. 2020-10-17 17:23:37 +03:00
lessOrEquals.cpp Part 1. 2020-10-17 17:23:37 +03:00
lgamma.cpp Fix "Darwin" 2020-10-27 00:33:46 +03:00
like.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
likePatternToRegexp.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
log1p.cpp clang-format 2020-11-04 12:30:40 +01:00
log2.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
log10.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
log.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
logTrace.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
lowCardinalityIndices.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
lowCardinalityKeys.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
lower.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
LowerUpperImpl.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
LowerUpperUTF8Impl.h Remove tons of garbage 2021-01-31 05:36:52 +03:00
lowerUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
map.cpp improve support of integer keys in type Map 2021-02-24 21:13:26 +03:00
match.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MatchImpl.h Rename block to columns. 2020-10-14 17:04:50 +03:00
materialize.cpp Remove Converting transform and step. 2020-11-17 22:43:26 +03:00
materialize.h Fix tests. 2021-02-05 22:52:06 +03:00
minus.cpp Remove even more code 2021-01-26 22:04:03 +03:00
modulo.cpp Fix UBSan report in modulo by constant 2021-03-14 17:31:07 +03:00
moduloOrZero.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
multiFuzzyMatchAllIndices.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiFuzzyMatchAny.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiFuzzyMatchAnyIndex.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiIf.cpp Fixed style issues 2021-01-25 11:08:10 +03:00
multiMatchAllIndices.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiMatchAllIndicesImpl.h Fixed style 2020-05-07 02:51:41 +03:00
multiMatchAny.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiMatchAnyImpl.h Fix compilcation errror in MultiMatchAnyImpl.h 2020-08-15 18:08:00 +00:00
multiMatchAnyIndex.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiply.cpp Remove even more code 2021-01-26 22:04:03 +03:00
multiSearchAllPositions.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAllPositionsCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAllPositionsCaseInsensitiveUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiSearchAllPositionsImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAllPositionsUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAny.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAnyCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAnyCaseInsensitiveUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAnyUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstIndex.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstIndexCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstIndexCaseInsensitiveUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiSearchFirstIndexImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstIndexUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstPosition.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstPositionCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchFirstPositionCaseInsensitiveUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiSearchFirstPositionImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstPositionUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
MultiSearchImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
negate.cpp Remove redundant change 2020-09-11 14:24:42 +03:00
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 hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
notEquals.cpp Part 1. 2020-10-17 17:23:37 +03:00
notILike.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
notLike.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
now64.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
now.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
nullIf.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
PerformanceAdaptors.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
pi.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
plus.cpp Remove even more code 2021-01-26 22:04:03 +03:00
pointInEllipses.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
pointInPolygon.cpp Update pointInPolygon.cpp 2021-03-11 17:20:06 +03:00
polygonArea.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonConvexHull.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonPerimeter.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsDistance.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsEquals.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsIntersection.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsSymDifference.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsUnion.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
polygonsWithin.cpp Revert "more mercator" 2021-03-11 15:08:20 +03:00
PolygonUtils.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
position.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
positionCaseInsensitive.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
positionCaseInsensitiveUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
PositionImpl.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
positionUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
pow.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
rand64.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
rand.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
randConstant.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
randomFixedString.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
randomPrintableASCII.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
randomString.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
randomStringUTF8.cpp Remove tons of garbage 2021-01-31 05:36:52 +03:00
RapidJSONParser.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
readWkt.cpp review fix 2021-03-11 15:08:19 +03:00
regexpQuoteMeta.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsArithmetic.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsComparison.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsConditional.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsConsistentHashing.cpp Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
registerFunctionsDateTime.cpp add function timezoneOffset 2021-02-02 11:01:20 +08:00
registerFunctionsFormatting.cpp Moved functions to separate files; remove copy-paste 2020-10-10 21:23:54 +03:00
registerFunctionsGeo.cpp return back all functions 2021-03-11 15:08:18 +03:00
registerFunctionsHigherOrder.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
registerFunctionsIntrospection.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsMath.cpp add sign math function 2021-01-24 05:18:59 +00:00
registerFunctionsMiscellaneous.cpp mycli compatibility 2021-03-02 18:53:06 +08:00
registerFunctionsNull.cpp Fix mutations interpreter #9088 2020-07-06 09:05:48 +03:00
registerFunctionsRandom.cpp Disable xorshift 2020-05-29 07:35:39 +02:00
registerFunctionsReinterpret.cpp Function reinterpretAs updated to support big integers 2021-01-30 22:56:23 +03:00
registerFunctionsString.cpp Rewrite extractTextFromHTML function 2021-02-27 22:22:38 +03:00
registerFunctionsStringRegexp.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
registerFunctionsStringSearch.cpp Implement countSubstrings() 2020-11-26 22:58:16 +03:00
registerFunctionsTuple.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsUnixTimestamp64.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
registerFunctionsVisitParam.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
reinterpretAs.cpp Reinterpret function added Decimal, DateTim64 support 2021-02-18 13:09:01 +03:00
repeat.cpp Add repeat MySQL compatibility alias 2021-01-25 16:20:40 +03:00
replaceAll.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
replaceOne.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
replaceRegexpAll.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
ReplaceRegexpImpl.h Fix replace,All functions so that they don't generate garbage to stderr 2021-02-23 22:39:05 +08:00
replaceRegexpOne.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
ReplaceStringImpl.h Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
replicate.cpp Fix style 2021-02-08 12:04:19 +03:00
replicate.h Review fixes. 2021-02-10 15:45:39 +03:00
reverse.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
reverseUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
roundAge.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
roundDuration.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
roundToExp2.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
rowNumberInAllBlocks.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
rowNumberInBlock.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
runningAccumulate.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
runningConcurrency.cpp Add function runningConcurrency() 2021-02-03 14:34:44 +09:00
runningDifference.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
runningDifference.h Fix UBSan report in runningDifference 2021-01-22 23:46:51 +03:00
runningDifferenceStartingWithFirstValue.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sigmoid.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
sign.cpp rewrite 2021-01-26 11:26:15 +00:00
SimdJSONParser.h reverted USE to ENABLE 2020-09-18 17:18:59 +03:00
sin.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
sinh.cpp clang-format 2020-11-04 12:30:40 +01:00
sleep.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sleep.h fix sleep with infinite input 2021-01-21 04:49:35 +00:00
sleepEachRow.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sqrt.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
startsWith.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
stringToH3.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
substring.cpp Fix UBSan report in substring 2021-01-22 23:40:04 +03:00
subtractDays.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractHours.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractMinutes.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractMonths.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractQuarters.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractSeconds.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractWeeks.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractYears.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
svg.cpp review fix 2021-03-11 15:08:19 +03:00
tan.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
tanh.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
TargetSpecific.cpp Style 2020-06-21 21:47:16 +03:00
TargetSpecific.h moved the generators to docs/ folder 2020-09-19 19:42:36 +03:00
tcpPort.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
tgamma.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
throwIf.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
tid.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
timeSlot.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
timeSlots.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
timezone.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
timezoneOffset.cpp add comments and update test cases. 2021-02-02 23:35:45 +08:00
toColumnTypeName.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
toCustomWeek.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
today.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
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 Fix build 2020-06-21 21:57:20 +03:00
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 remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toISOYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toLowCardinality.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
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 remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMonth.cpp Add toMonth MySQL compatibility alias 2021-01-25 15:59:49 +03:00
toNullable.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
toQuarter.cpp Add toQuarter MySQL compatibility alias 2021-01-25 16:24:06 +03:00
toRelativeDayNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeHourNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeMinuteNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeMonthNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeQuarterNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeSecondNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeWeekNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeYearNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toSecond.cpp Add toSecond MySQL compatibility alias 2021-01-25 16:26:38 +03:00
toStartOfDay.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfFifteenMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfFiveMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfHour.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfInterval.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
toStartOfISOYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfQuarter.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfSecond.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfTenMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toTime.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toTimeZone.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
toTypeName.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
toUnixTimestamp64Micro.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
toUnixTimestamp64Milli.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
toUnixTimestamp64Nano.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
toValidUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
toYear.cpp Add toYear MySQL compatibility alias 2021-01-25 16:00:11 +03:00
toYYYYMM.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMMDD.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMMDDhhmmss.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
transform.cpp fix transform with floating point key 2021-02-21 05:20:42 +00:00
TransformDateTime64.h The code is too complicated 2021-03-04 03:11:40 +03:00
trap.cpp Squashed commit of the following: 2020-12-18 18:52:33 +03:00
trim.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
tryBase64Decode.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tuple.cpp Merge pull request #17134 from abyss7/tcp-port 2020-11-20 20:32:55 +03:00
tupleElement.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
tupleHammingDistance.cpp Fix style 2021-01-14 20:16:31 +03:00
upper.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
upperUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
uptime.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
VectorExtension.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
version.cpp Merge pull request #17134 from abyss7/tcp-port 2020-11-20 20:32:55 +03:00
visibleWidth.cpp Update visibleWidth.cpp 2020-11-19 10:14:23 +03:00
visitParamExtractBool.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractFloat.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractInt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractRaw.cpp Fix style #11318 2020-05-31 18:01:59 +03:00
visitParamExtractString.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractUInt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamHas.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
wkt.cpp review fix 2021-03-11 15:08:19 +03:00
ya.make Revert "more mercator" 2021-03-11 15:08:20 +03:00
ya.make.in Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
yandexConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
yesterday.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00