ClickHouse/src/Functions
alexey-milovidov 7bda6dba3c
Merge pull request #16657 from ucasFL/reinterpret
Allow reinterpret between integers and floats of the same size
2020-11-05 23:21:59 +03:00
..
array Fix special build. 2020-10-21 11:32:57 +03:00
GatherUtils Remove commented code. 2020-09-21 19:22:23 +03:00
tests Fix build without libraries 2020-10-10 23:41:27 +03:00
URL Fix build and tests. 2020-10-20 16:11:57 +03:00
abs.cpp add IsOperation helper 2020-09-08 03:59:13 +03:00
abtesting.cpp Part 2. 2020-10-17 18:22:42 +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
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 Part 2. 2020-10-17 18:22:42 +03:00
addressToSymbol.cpp Part 2. 2020-10-17 18:22:42 +03: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 Part 2. 2020-10-17 18:22:42 +03:00
asin.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
assumeNotNull.cpp Part 2. 2020-10-17 18:22:42 +03:00
atan.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bar.cpp Part 2. 2020-10-17 18:22:42 +03:00
base64Decode.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
base64Encode.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
bitAnd.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08: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
bitmaskToList.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
bitNot.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitOr.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitRotateLeft.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitRotateRight.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitShiftLeft.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitShiftRight.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
bitSwapLastTwo.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
bitTest.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08: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 Binary operator monotonicity 2020-09-13 21:55:12 +08:00
blockNumber.cpp Part 3. 2020-10-17 19:48:53 +03:00
blockSerializedSize.cpp Part 3. 2020-10-17 19:48:53 +03:00
blockSize.cpp Part 3. 2020-10-17 19:48:53 +03:00
buildId.cpp Part 3. 2020-10-17 19:48:53 +03:00
caseWithExpression.cpp Part 3. 2020-10-17 19:48:53 +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 Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
coalesce.cpp Part 3. 2020-10-17 19:48:53 +03:00
concat.cpp Part 3. 2020-10-17 19:48:53 +03:00
config_functions.h.in Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
convertCharset.cpp Part 3. 2020-10-17 19:48:53 +03:00
cos.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
countDigits.cpp Part 3. 2020-10-17 19:48:53 +03:00
CRC.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
currentDatabase.cpp Part 3. 2020-10-17 19:48:53 +03:00
currentUser.cpp Part 3. 2020-10-17 19:48:53 +03:00
CustomWeekTransforms.h Fix build and tests. 2020-10-20 16:11:57 +03:00
date_trunc.cpp Part 4. 2020-10-18 00:41:50 +03:00
dateDiff.cpp Part 4. 2020-10-18 00:41:50 +03:00
DateTimeTransforms.h Part 1. 2020-10-17 17:23:37 +03:00
decrypt.cpp Fixed Yandex-specific builds :( 2020-09-10 22:52:42 +03:00
defaultValueOfArgumentType.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
defaultValueOfTypeName.cpp Part 4. 2020-10-18 00:41:50 +03:00
demange.cpp Part 4. 2020-10-18 00:41:50 +03:00
divide.cpp enable bigint float division (#15691) 2020-10-07 14:32:57 +03:00
DivisionUtils.h Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
DummyJSONParser.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
dumpColumnStructure.cpp Fix build and tests. 2020-10-20 16:11:57 +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
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 Remove some absolute changes for errorCodeToName/system.errors 2020-10-30 09:04:22 +03:00
evalMLMethod.cpp Part 4. 2020-10-18 00:41:50 +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 hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
extractAllGroups.h Fix build and tests. 2020-10-20 16:11:57 +03:00
extractAllGroupsHorizontal.cpp extractAllGroupsHorizontal and extractAllGroupsVertical 2020-06-11 11:03:17 +03:00
extractAllGroupsVertical.cpp extractAllGroupsHorizontal and extractAllGroupsVertical 2020-06-11 11:03:17 +03:00
extractGroups.cpp Part 4. 2020-10-18 00:41:50 +03:00
extractTimeZoneFromFunctionArguments.cpp Part 1. 2020-10-17 17:23:37 +03:00
extractTimeZoneFromFunctionArguments.h Part 1. 2020-10-17 17:23:37 +03:00
filesystem.cpp Part 4. 2020-10-18 00:41:50 +03:00
finalizeAggregation.cpp Part 4. 2020-10-18 00:41:50 +03:00
formatDateTime.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
formatReadable.h Fix build and tests. 2020-10-20 16:11:57 +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 Fix typos reported by codespell 2020-10-27 12:04:03 +01:00
formatRow.cpp Part 4. 2020-10-18 00:41:50 +03:00
formatString.cpp Part 4. 2020-10-18 00:41:50 +03:00
formatString.h Try speedup build (#14809) 2020-09-15 12:55:57 +03: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 Part 2. 2020-10-17 18:22:42 +03:00
FunctionBinaryArithmetic.h Fix typos reported by codespell 2020-10-27 12:04:03 +01:00
FunctionBitTestMany.h Fix build and tests. 2020-10-20 16:11:57 +03:00
FunctionCustomWeekToSomething.h Part 4. 2020-10-18 00:41:50 +03:00
FunctionDateOrDateTimeAddInterval.h Fix build and tests. 2020-10-20 16:11:57 +03:00
FunctionDateOrDateTimeToSomething.h Part 4. 2020-10-18 00:41:50 +03:00
FunctionFactory.cpp Better way of implementation 2020-06-14 20:42:11 +03:00
FunctionFactory.h Use ColumnWithTypeAndName as function argument instead of Block. 2020-10-09 10:41:28 +03:00
FunctionFQDN.cpp Part 4. 2020-10-18 00:41:50 +03:00
FunctionHelpers.cpp Merge branch 'master' into new-block-for-functions-4 2020-10-21 09:17:25 +03:00
FunctionHelpers.h Update functions interface. 2020-10-15 19:52:25 +03:00
FunctionIfBase.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
FunctionJoinGet.cpp Part 4. 2020-10-18 00:41:50 +03:00
FunctionJoinGet.h Part 4. 2020-10-18 00:41:50 +03:00
FunctionMathBinaryFloat64.h Part 5. 2020-10-18 17:49:19 +03:00
FunctionMathConstFloat64.h Part 5. 2020-10-18 17:49:19 +03:00
FunctionMathUnary.h Fix build and tests. 2020-10-20 16:11:57 +03:00
FunctionNumericPredicate.h Fix build and tests. 2020-10-20 16:11:57 +03:00
FunctionsAES.cpp Empty string optimization for encryption 2020-10-14 16:33:07 +03:00
FunctionsAES.h Fix typos reported by codespell 2020-10-27 12:04:03 +01: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 Fixing build. 2020-10-19 21:37:44 +03:00
FunctionsCoding.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsCoding.h Merge branch 'master' into new-block-for-functions-4 2020-10-21 16:16:58 +03:00
FunctionsComparison.h Fix gcc build. 2020-10-21 00:27:01 +03:00
FunctionsConsistentHashing.h Part 5. 2020-10-18 17:49:19 +03:00
FunctionsConversion.cpp UUID safe cast functions added 2020-10-25 11:45:29 +03:00
FunctionsConversion.h Merge pull request #16337 from kitaisreal/uuid-safe-cast-functions-added 2020-10-26 16:03:27 +03:00
FunctionsEmbeddedDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsEmbeddedDictionaries.h Part 5. 2020-10-18 17:49:19 +03:00
FunctionsExternalDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsExternalDictionaries.h Merge pull request #16205 from azat/do-not-cache-dictGet 2020-10-23 15:47:11 +03:00
FunctionsExternalModels.cpp Part 6. 2020-10-18 22:00:13 +03:00
FunctionsExternalModels.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsHashing.cpp Add farmFingerprint64 function 2020-10-31 08:45:53 -04:00
FunctionsHashing.h Add farmFingerprint64 function 2020-10-31 08:45:53 -04:00
FunctionsJSON.cpp Part 6. 2020-10-18 22:00:13 +03:00
FunctionsJSON.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsLogical.cpp Improve performance of FunctionsLogical a little by adding "restrict" 2020-10-25 04:43:06 +03:00
FunctionsLogical.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsMiscellaneous.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsMultiStringFuzzySearch.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsMultiStringPosition.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsMultiStringSearch.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsRandom.cpp Style 2020-06-21 21:47:16 +03:00
FunctionsRandom.h Fixing build. 2020-10-19 21:37:44 +03:00
FunctionsRound.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsRound.h Add range check for "scale" argument of decimal rounding function to prevent overflow 2020-10-28 04:16:52 +03:00
FunctionsStringArray.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsStringArray.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsStringSearch.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionsStringSearchToString.h Part 4. 2020-10-18 00:41:50 +03:00
FunctionsStringSimilarity.cpp Merge branch 'master' into stack-frams-size-limit 2020-07-21 14:45:15 +03:00
FunctionsStringSimilarity.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionStartsEndsWith.h Part 4. 2020-10-18 00:41:50 +03:00
FunctionStringOrArrayToT.h Part 3. 2020-10-17 19:48:53 +03:00
FunctionStringReplace.h Part 6. 2020-10-18 22:00:13 +03:00
FunctionStringToString.h Part 8. 2020-10-19 18:27:41 +03:00
FunctionsVisitParam.h Fix argument handling in string search functions 2020-08-04 10:10:50 +03:00
FunctionUnaryArithmetic.h Part 1. 2020-10-17 17:23:37 +03:00
FunctionUnixTimestamp64.h Part 4. 2020-10-18 00:41:50 +03:00
fuzzBits.cpp Part 6. 2020-10-18 22:00:13 +03:00
gcd.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
generateUUIDv4.cpp Part 7. 2020-10-19 16:42:14 +03:00
GeoHash.cpp Better assert 2020-07-06 23:40:32 +03:00
GeoHash.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
geohashDecode.cpp Part 7. 2020-10-19 16:42:14 +03:00
geohashEncode.cpp Part 7. 2020-10-19 16:42:14 +03:00
geohashesInBox.cpp Part 7. 2020-10-19 16:42:14 +03:00
geoToH3.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
getMacro.cpp Part 7. 2020-10-19 16:42:14 +03:00
getScalar.cpp Part 7. 2020-10-19 16:42:14 +03:00
getSetting.cpp Part 7. 2020-10-19 16:42:14 +03:00
getSizeOfEnumType.cpp Part 7. 2020-10-19 16:42:14 +03:00
globalVariable.cpp Part 7. 2020-10-19 16:42:14 +03:00
greatCircleDistance.cpp Part 7. 2020-10-19 16:42:14 +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 add IsOperation helper 2020-09-08 03:59:13 +03:00
h3EdgeAngle.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3EdgeLengthM.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3GetBaseCell.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3GetResolution.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3HexAreaM2.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3IndexesAreNeighbors.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3IsValid.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3kRing.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3ToChildren.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3ToParent.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
h3ToString.cpp Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
hasColumnInTable.cpp Part 7. 2020-10-19 16:42:14 +03:00
hasThreadFuzzer.cpp Part 7. 2020-10-19 16:42:14 +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 Part 7. 2020-10-19 16:42:14 +03:00
identity.cpp Part 7. 2020-10-19 16:42:14 +03:00
if.cpp Merge pull request #16071 from hczhcz/patch-1 2020-10-24 07:40:22 +03:00
ifNotFinite.cpp Part 7. 2020-10-19 16:42:14 +03:00
ifNull.cpp Part 7. 2020-10-19 16:42:14 +03:00
IFunction.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
IFunction.h Update functions interface. 2020-10-15 19:52:25 +03:00
IFunctionAdaptors.h Part 7. 2020-10-19 16:42:14 +03:00
IFunctionImpl.h Remove double space. 2020-10-20 17:03:54 +03:00
ignore.cpp Part 7. 2020-10-19 16:42:14 +03:00
ilike.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
in.cpp Part 7. 2020-10-19 16:42:14 +03:00
initializeAggregation.cpp Part 7. 2020-10-19 16:42:14 +03:00
intDiv.cpp Improve DecimalBinaryOperation specializations (#14743) 2020-09-15 13:31:15 +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 Part 7. 2020-10-19 16:42:14 +03:00
isDecimalOverflow.cpp Fix typos reported by codespell 2020-10-27 12:04:03 +01: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 Part 7. 2020-10-19 16:42:14 +03:00
isNull.cpp Part 7. 2020-10-19 16:42:14 +03:00
IsOperation.h add IsOperation helper 2020-09-08 03:59:13 +03:00
isValidUTF8.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
isZeroOrNull.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
jumpConsistentHash.cpp add IsOperation helper 2020-09-08 03:59:13 +03:00
lcm.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
least.cpp add IsOperation helper 2020-09-08 03:59:13 +03:00
LeastGreatestGeneric.h Part 8. 2020-10-19 18:27:41 +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
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 Part 8. 2020-10-19 18:27:41 +03:00
lowCardinalityIndices.cpp Part 8. 2020-10-19 18:27:41 +03:00
lowCardinalityKeys.cpp Part 8. 2020-10-19 18:27:41 +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 Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
lowerUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +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 Part 8. 2020-10-19 18:27:41 +03:00
minus.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
modulo.cpp Improve DecimalBinaryOperation specializations (#14743) 2020-09-15 13:31:15 +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 Part 8. 2020-10-19 18:27:41 +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 Binary operator monotonicity 2020-09-13 21:55:12 +08: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 Part 8. 2020-10-19 18:27:41 +03:00
normalizedQueryHash.cpp Part 8. 2020-10-19 18:27:41 +03:00
normalizeQuery.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +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 Part 8. 2020-10-19 18:27:41 +03:00
now.cpp Part 8. 2020-10-19 18:27:41 +03:00
nullIf.cpp Part 8. 2020-10-19 18:27:41 +03:00
PerformanceAdaptors.h Part 4. 2020-10-18 00:41:50 +03:00
pi.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
plus.cpp Binary operator monotonicity 2020-09-13 21:55:12 +08:00
pointInEllipses.cpp Part 8. 2020-10-19 18:27:41 +03:00
pointInPolygon.cpp Part 8. 2020-10-19 18:27:41 +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 Part 8. 2020-10-19 18:27:41 +03:00
randomFixedString.cpp Part 8. 2020-10-19 18:27:41 +03:00
randomPrintableASCII.cpp Part 8. 2020-10-19 18:27:41 +03:00
randomString.cpp Part 8. 2020-10-19 18:27:41 +03:00
randomStringUTF8.cpp Part 8. 2020-10-19 18:27:41 +03:00
RapidJSONParser.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
regexpQuoteMeta.cpp Part 8. 2020-10-19 18:27:41 +03:00
Regexps.h Fix ilike cache 2020-10-02 17:27:47 +03:00
registerFunctions.cpp Merge branch 'master' into AES_encrypt_decrypt 2020-10-14 16:30:23 +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 Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
registerFunctionsDateTime.cpp Added date_trunc function. 2020-08-25 16:41:08 -07:00
registerFunctionsFormatting.cpp Moved functions to separate files; remove copy-paste 2020-10-10 21:23:54 +03:00
registerFunctionsGeo.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
registerFunctionsHigherOrder.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsIntrospection.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsMath.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsMiscellaneous.cpp Remove some absolute changes for errorCodeToName/system.errors 2020-10-30 09:04:22 +03: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 Allow reinterpret between integers and floats of the same size 2020-11-04 07:56:27 +00:00
registerFunctionsString.cpp Add normalizedQueryHash function with tests 2020-08-16 22:38:56 +03:00
registerFunctionsStringRegexp.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
registerFunctionsStringSearch.cpp dbms/ → src/ 2020-04-03 18:14:31 +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 Update reinterpretAs.cpp 2020-11-04 17:55:05 +03:00
reinterpretAsFixedString.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
reinterpretAsString.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
repeat.cpp Part 8. 2020-10-19 18:27:41 +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 Rename block to columns. 2020-10-14 17:04:50 +03: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 Part 8. 2020-10-19 18:27:41 +03:00
reverse.cpp Part 8. 2020-10-19 18:27:41 +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 Part 8. 2020-10-19 18:27:41 +03:00
rowNumberInBlock.cpp Part 8. 2020-10-19 18:27:41 +03:00
runningAccumulate.cpp Part 8. 2020-10-19 18:27:41 +03:00
runningDifference.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
runningDifference.h Fix gcc build. 2020-10-21 00:27:01 +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
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
sleep.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sleep.h Part 8. 2020-10-19 18:27:41 +03: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 Fix inconsistent code around H3 2020-11-04 17:51:41 +03:00
substring.cpp Part 8. 2020-10-19 18:27:41 +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
sumburConsistentHash.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +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
tgamma.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
throwIf.cpp Fix build and tests. 2020-10-20 16:11:57 +03:00
tid.cpp Part 8. 2020-10-19 18:27:41 +03:00
timeSlot.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
timeSlots.cpp Part 8. 2020-10-19 18:27:41 +03:00
timezone.cpp Part 8. 2020-10-19 18:27:41 +03:00
toColumnTypeName.cpp Part 8. 2020-10-19 18:27:41 +03:00
toCustomWeek.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
today.cpp Part 8. 2020-10-19 18:27:41 +03:00
toDayOfMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toDayOfWeek.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toDayOfYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toFixedString.cpp Fix build 2020-06-21 21:57:20 +03:00
toFixedString.h Part 1. 2020-10-17 17:23:37 +03:00
toHour.cpp remove includes from all Function sources 2020-07-29 21:14:48 +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 Part 8. 2020-10-19 18:27:41 +03:00
toMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMonday.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toNullable.cpp Part 8. 2020-10-19 18:27:41 +03:00
toQuarter.cpp remove includes from all Function sources 2020-07-29 21:14:48 +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 remove includes from all Function sources 2020-07-29 21:14:48 +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 Part 8. 2020-10-19 18:27:41 +03: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 Part 8. 2020-10-19 18:27:41 +03:00
toTypeName.cpp Part 8. 2020-10-19 18:27:41 +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 remove includes from all Function sources 2020-07-29 21:14:48 +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 Part 8. 2020-10-19 18:27:41 +03:00
trap.cpp Rename block to columns. 2020-10-14 17:04:50 +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 #16242 from ClickHouse/another-one-untuple 2020-10-26 12:26:43 +03:00
tupleElement.cpp Part 8. 2020-10-19 18:27:41 +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 Part 8. 2020-10-19 18:27:41 +03:00
VectorExtension.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
version.cpp Part 8. 2020-10-19 18:27:41 +03:00
visibleWidth.cpp Part 8. 2020-10-19 18:27:41 +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
ya.make Merge pull request #16657 from ucasFL/reinterpret 2020-11-05 23:21:59 +03:00
ya.make.in Remove some absolute changes for errorCodeToName/system.errors 2020-10-30 09:04:22 +03:00
yandexConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
yesterday.cpp Part 8. 2020-10-19 18:27:41 +03:00