ClickHouse/src/Functions
2022-07-03 10:33:11 +02:00
..
array Do computations in Float32 (not Float64) for arrays of Float32 2022-07-03 10:33:11 +02:00
divide contrib/libdivide: add ALIAS library 2022-01-21 10:11:23 +03:00
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
GatherUtils Fix performance tests 2022-05-25 11:49:59 +02:00
JSONPath Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
tests Rename test 2022-03-30 18:39:28 +02:00
URL Replace hyperscan by vectorscan 2022-06-24 10:47:52 +02:00
abs.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02: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 More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToLine.h More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToLineWithInlines.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addressToSymbol.cpp More consistent use of platform macros 2022-06-10 10:22:31 +02:00
addSeconds.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addSubSeconds.cpp Fixing some warnings 2022-05-16 20:59:27 +02: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 Remove cruft 2021-10-28 02:10:39 +03:00
aes_encrypt_mysql.cpp Remove cruft 2021-10-28 02:10:39 +03:00
appendTrailingCharIfAbsent.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02: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 Fix comments 2022-05-19 10:13:44 +00: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 Try to simplify code 2021-08-09 18:01:08 +03:00
base64Decode.cpp Fix base64Encode returning corrupted data 2021-11-25 15:24:11 +01:00
base64Encode.cpp Merge pull request #31797 from aiven/kmichel-fix-base64encode-too-fast 2021-12-16 01:35:22 +03:00
bitAnd.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitBoolMaskAnd.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitBoolMaskOr.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitCount.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
bitHammingDistance.cpp rewrite bitHammingDistance with FunctionBinaryArithmetic 2022-01-19 09:07:05 +00:00
bitNot.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitOr.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitRotateLeft.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitRotateRight.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitShiftLeft.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
bitShiftRight.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
bitSlice.cpp fix undefined behavior 2022-01-12 19:13:08 +08:00
bitSwapLastTwo.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
bitTest.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +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 Merge branch 'master' into issues_27763 2021-09-13 20:33:29 +03:00
bitXor.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
blockNumber.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
blockSerializedSize.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
blockSize.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
byteSize.cpp More precise result of "dumpColumnStructure" and "byteSize" miscellaneous functions 2022-05-30 04:56:54 +02:00
caseWithExpression.cpp Take ELSE branch into account for result type deduction 2022-03-24 11:23:18 +00:00
castOrDefault.cpp Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
CastOverloadResolver.cpp Move templates from FunctionsConvertion 2021-08-11 19:09:51 +00:00
CastOverloadResolver.h Fix setting cast_ipv4_ipv6_default_on_conversion_error for internal cast 2022-06-08 12:43:39 +02:00
castTypeToEither.h Fix strange code in TypeList 2021-11-25 23:55:02 +03:00
cbrt.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
checkHyperscanRegexp.cpp Cosmetics: More consistent naming 2022-06-26 15:33:18 +00:00
checkHyperscanRegexp.h Cosmetics: More consistent naming 2022-06-26 15:33:18 +00:00
CMakeLists.txt Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
coalesce.cpp optimize function coalesce with two arguments 2022-05-30 22:29:35 +00:00
concat.cpp formatString bug fix and refactoring 2022-03-28 15:47:48 +08:00
config_functions.h.in Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
configure_config.cmake Merge pull request #38171 from ClickHouse/hyper-to-vectorscan 2022-06-26 10:01:45 +03:00
connectionId.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
convertCharset.cpp Remove cruft 2021-10-28 02:10:39 +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 Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
countMatches.cpp Fix and optimize countMatches()/countMatchesCaseInsensitive() 2020-12-01 22:25:26 +03:00
countMatches.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
countSubstrings.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
countSubstringsCaseInsensitive.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
countSubstringsCaseInsensitiveUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
CountSubstringsImpl.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
CRC.cpp Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02:00
currentDatabase.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
currentProfiles.cpp make it better, fix on cluster queries 2022-05-25 20:17:49 +02:00
currentRoles.cpp make it better, fix on cluster queries 2022-05-25 20:17:49 +02:00
currentUser.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
CustomWeekTransforms.h Saturate date/datetime to zero 2022-01-03 02:07:08 +03:00
date_trunc.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
dateDiff.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
dateName.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
DateTimeTransforms.h fix conflict 2022-04-22 11:22:50 +08:00
decodeXMLComponent.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
decrypt.cpp Remove cruft 2021-10-28 02:10:39 +03:00
defaultValueOfArgumentType.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
defaultValueOfTypeName.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
degrees.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
demange.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
divide.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
DivisionUtils.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
dumpColumnStructure.cpp More precise result of "dumpColumnStructure" and "byteSize" miscellaneous functions 2022-05-30 04:56:54 +02:00
empty.cpp Some fixes, more tests 2021-08-09 17:54:14 +03:00
EmptyImpl.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
encodeXMLComponent.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
encrypt.cpp Remove cruft 2021-10-28 02:10:39 +03:00
endsWith.cpp Mark all Functions as sutable or not for executing as short circuit arguments 2021-08-09 17:50:09 +03:00
equals.cpp Part 1. 2020-10-17 17:23:37 +03:00
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 Try to simplify code 2021-08-09 18:01:08 +03:00
evalMLMethod.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
exp2.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
exp10.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
exp.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
extract.cpp Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
extractAllGroups.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
extractAllGroupsHorizontal.cpp 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 Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
ExtractString.h Minor fixes for min/sim hash 2020-12-29 13:16:43 +03:00
extractTextFromHTML.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
extractTimeZoneFromFunctionArguments.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
extractTimeZoneFromFunctionArguments.h Function accurateCastOrDefault updated implementation 2021-09-29 17:52:08 +03:00
filesystem.cpp Fix wrong implementation of filesystem* functions 2022-06-25 06:10:50 +02:00
finalizeAggregation.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
flattenTuple.cpp add function 'flattenTuple' 2022-03-28 19:32:12 +00:00
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 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 Try to simplify code 2021-08-09 18:01:08 +03:00
formatRow.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
formatString.cpp formatString bug fix and refactoring 2022-03-28 15:47:48 +08:00
formatString.h Fix style 2022-03-28 17:48:47 +08:00
fromModifiedJulianDay.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
fromUnixTimestamp64Micro.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
fromUnixTimestamp64Milli.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
fromUnixTimestamp64Nano.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
FunctionBase58Conversion.h updated exception handling 2022-06-24 00:36:57 +05:00
FunctionBase64Conversion.h minor: fix message for base64 2022-06-20 20:13:09 +05:00
FunctionBinaryArithmetic.h 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 Refactor code 2021-08-10 14:31:15 +03:00
FunctionConstantBase.h save versions of parts 2021-12-30 16:15:28 +03:00
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 Fix issue: clickhouse-format --obfuscate cannot process queries with embedded dictionaries 2021-10-03 00:46:51 +03:00
FunctionFactory.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionFile.cpp Fix surprisingly bad code in function "file" 2021-12-13 07:57:54 +03:00
FunctionFQDN.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FunctionHashID.cpp remove hashid define guard 2022-05-18 15:26:54 -04:00
FunctionHashID.h Fix crash of FunctionHashID 2022-06-01 12:39:16 +00:00
FunctionHelpers.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
FunctionHelpers.h Fixed tests 2021-09-30 14:35:24 +03:00
FunctionIfBase.h Remove cruft 2021-10-28 02:10:39 +03:00
FunctionJoinGet.cpp Fix StorageJoin and Asof or join_use_nulls in pipeline 2022-02-14 14:14:27 +00:00
FunctionJoinGet.h Use RWLock in StorageJoin to avoid deadlocks 2021-09-29 19:30:07 +02:00
FunctionMathBinaryFloat64.h BinaryFunctionVectorized remove macro 2022-05-23 12:45:16 +02:00
FunctionMathUnary.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionNumericPredicate.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FunctionsAES.cpp Remove trash 2022-06-22 06:23:35 +02:00
FunctionsAES.h Fix error 2021-11-28 07:18:00 +03:00
FunctionsBase58.cpp rename variable + fix handling of ENABLE_LIBRARIES 2022-06-20 23:53:47 +05:00
FunctionsBinaryRepresentation.cpp Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02:00
FunctionsBitmap.cpp add bitmapSubsetOffsetLimit function 2021-08-06 00:44:07 +08:00
FunctionsBitmap.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsBitToArray.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionsCharsetClassification.cpp Fixed tests 2022-03-15 15:43:39 +00:00
FunctionsCodingIP.cpp Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion 2022-05-16 19:15:18 +00:00
FunctionsCodingIP.h Fix use of unitialized memory 2022-05-17 12:59:46 +00:00
FunctionsCodingUUID.cpp Refactor code 2021-08-10 14:31:15 +03:00
FunctionsComparison.h Dynamic dispatch infrastructure style fixes 2022-05-24 14:25:29 +02:00
FunctionsConsistentHashing.h Simplifying exception messages 2021-09-11 00:40:18 +02:00
FunctionsConversion.cpp Move current work from old laptop 2022-02-07 21:44:14 +03:00
FunctionsConversion.h Small improvement of the error message to hint at possible issue (#38458) 2022-06-28 13:36:30 +02:00
FunctionsEmbeddedDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsEmbeddedDictionaries.h Remove Arcadia 2022-04-16 00:20:47 +02:00
FunctionsExternalDictionaries.cpp Dictionary getDescendants performance improvement 2022-05-23 12:42:00 +02:00
FunctionsExternalDictionaries.h Function dictGet check arguments size 2022-06-08 17:19:30 +02:00
FunctionsHashing.cpp wyhash 2022-04-21 02:26:37 +03:00
FunctionsHashing.h Merge pull request #36467 from olevino/wyhash 2022-05-11 09:57:09 -04:00
FunctionShowCertificate.cpp showCertificate function implementation 2022-05-25 12:11:44 -04:00
FunctionShowCertificate.h use utility methods to access x509 struct fields. 2022-06-20 21:27:33 -04:00
FunctionsJSON.cpp Fix possible logical error with type Nothing and JSON functions 2022-06-01 16:34:31 +00:00
FunctionsLanguageClassification.cpp Small fix 2022-01-19 10:31:04 +00:00
FunctionsLogical.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
FunctionsLogical.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsMiscellaneous.h Fix comments 2022-05-19 10:13:44 +00:00
FunctionsMultiStringFuzzySearch.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
FunctionsMultiStringPosition.h Cosmetics: Pass patterns around as std::string_view instead of StringRef 2022-06-26 15:32:19 +00:00
FunctionsMultiStringSearch.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
FunctionSnowflake.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionsProgrammingClassification.cpp Merge branch 'master' into classification 2022-01-18 21:41:03 +00:00
FunctionSQLJSON.cpp Make 1st arg always be const, fix style 2021-06-06 14:13:13 +03:00
FunctionSQLJSON.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-16 15:28:09 +00:00
FunctionsRandom.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FunctionsRandom.h Fix build 2022-04-04 14:07:05 +02:00
FunctionsRound.cpp Normalize function names 2021-02-18 20:20:28 +08:00
FunctionsRound.h Fix: decimal rounding 2022-06-14 18:03:05 +00:00
FunctionsStringArray.cpp support any serializable column 2021-10-28 23:17:45 +03:00
FunctionsStringArray.h Measure and rework internal re2 caching 2022-05-30 20:00:35 +02:00
FunctionsStringHash.cpp Activated a bunch of LLVM 12/13/14 clang-tidy warnings 2022-05-03 09:22:11 +02:00
FunctionsStringHash.h Try to simplify code 2021-08-09 18:01:08 +03:00
FunctionsStringSearch.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
FunctionsStringSearchToString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FunctionsStringSimilarity.cpp Optimize most important parts with NEON SIMD 2022-06-15 13:19:29 +00:00
FunctionsStringSimilarity.h Try to simplify code 2021-08-09 18:01:08 +03:00
FunctionStartsEndsWith.h Fix build 2022-04-04 14:07:05 +02:00
FunctionsTextClassification.h Refactor 2022-01-12 16:49:21 +00:00
FunctionsTimeWindow.cpp simplify code 2022-05-04 20:56:09 +08: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
FunctionsTransactionCounters.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
FunctionStringOrArrayToT.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
FunctionStringReplace.h Try to simplify code 2021-08-09 18:01:08 +03:00
FunctionStringToString.h Try to simplify code 2021-08-09 18:01:08 +03:00
FunctionsVisitParam.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
FunctionUnaryArithmetic.h Dynamic dispatch infrastructure style fixes 2022-05-24 14:25:29 +02:00
FunctionUnixTimestamp64.h moved common code out of template 2022-01-26 20:15:34 +03:00
fuzzBits.cpp fix fuzzbits with multiply same fixedstring 2021-12-14 23:26:18 +08:00
gcd.cpp Fix clang-tidy-14 2022-05-30 05:36:26 +02:00
GCDLCMImpl.h Remove cruft 2021-10-28 02:10:39 +03:00
generateUUIDv4.cpp add NUMBER_OF_ARGUMENTS_DOESNT_MATCH defination 2022-05-22 13:38:47 +08:00
GeoHash.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
GeoHash.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
geohashDecode.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
geohashEncode.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
geohashesInBox.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
geometryConverters.h base should not depend on Common 2022-04-29 10:26:35 +08:00
geoToH3.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
geoToS2.cpp fix s2 functions having const columns 2022-02-18 22:42:27 -08:00
getFuzzerData.cpp Better 2021-12-06 18:27:06 +00:00
getFuzzerData.h One more style related commit 2021-12-07 11:29:46 +00:00
getMacro.cpp return const for function getMacro if not distributed query 2022-03-15 17:06:16 +08:00
getScalar.cpp Fix performance regression of scalar query 2022-04-06 17:50:22 +08:00
getServerPort.cpp getPort function 2021-08-21 20:33:36 +08:00
getSetting.cpp Merge pull request #27982 from vitlibar/function-get-setting-get-rid-of-mutable 2021-08-22 20:10:38 +03:00
getSizeOfEnumType.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
getTypeSerializationStreams.cpp rename all files 2022-03-25 14:54:01 +08:00
globalVariable.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
greatCircleDistance.cpp Update greatCircleDistance.cpp 2022-05-25 21:59:31 +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 Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
GregorianDate.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
grouping.h Process columns more efficiently in GROUPING() 2022-05-25 21:55:41 +00:00
h3CellAreaM2.cpp fix fuzzer segfault 2022-02-19 08:41:21 -08:00
h3CellAreaRads2.cpp fix fuzzer segfault 2022-02-19 08:41:21 -08:00
h3Distance.cpp minor fix to func return type 2022-05-08 22:05:44 -07: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
h3GetDestinationIndexFromUnidirectionalEdge.cpp add h3GetDestinationIndexFromUnidirectionalEdge func 2022-05-01 14:06:45 -07:00
h3GetFaces.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3GetIndexesFromUnidirectionalEdge.cpp review fixes 2022-05-18 17:04:15 -07:00
h3GetOriginIndexFromUnidirectionalEdge.cpp add h3GetOriginIndexFromUnidirectionalEdge func 2022-05-01 13:47:43 -07:00
h3GetPentagonIndexes.cpp fix - convert const cols to full cols 2022-02-21 12:15:14 -08:00
h3GetRes0Indexes.cpp h3Res0Indexes - remove unused array 2022-04-11 22:18:55 -07:00
h3GetResolution.cpp convert const cols to full cols 2022-02-18 16:34:50 -08:00
h3GetUnidirectionalEdge.cpp check for validity of h3 index 2022-05-25 06:17:15 +05:30
h3GetUnidirectionalEdgeBoundary.cpp review fixes 2022-05-18 17:04:15 -07:00
h3GetUnidirectionalEdgesFromHexagon.cpp review fixes 2022-05-18 17:04:15 -07:00
h3HexAreaKm2.cpp 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
h3HexRing.cpp Fixed required array size calculation and reduced number of reallocations 2022-05-17 09:45:49 +02: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 Function h3kRing added cast 2022-05-13 15:20:04 +02:00
h3Line.cpp Fixed handling of gridPathCellsSize() errors 2022-05-16 21:23:45 +02:00
h3NumHexagons.cpp 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 Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02: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
h3UnidirectionalEdgeIsValid.cpp fix style check 2022-05-02 22:20:27 -07:00
hasColumnInTable.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
hasThreadFuzzer.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
hasToken.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
hasTokenCaseInsensitive.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
HasTokenImpl.h Implement SQL functions (NOT) (I)LIKE() + MATCH() with non-const needles 2022-05-23 09:41:28 +02:00
hypot.cpp clang-format 2020-11-04 12:30:40 +01:00
identity.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
if.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
ifNotFinite.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
ifNull.cpp Merge remote-tracking branch 'origin/sparse-serialization' into HEAD 2021-08-20 16:33:30 +03:00
IFunction.cpp Fix 2022-06-07 11:23:59 +00:00
IFunction.h Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
IFunctionAdaptors.h Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
ignore.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-08-20 01:45:38 +03:00
ilike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
in.cpp Fix untuple condition in IN function 2022-02-23 14:31:53 +00:00
indexHint.cpp Fix comments 2022-05-19 10:13:44 +00:00
initializeAggregation.cpp Merge pull request #35111 from azat/optimize_aggregation_in_order-prefix 2022-05-02 17:49:48 +02:00
initialQueryID.cpp Refactor code 2021-08-10 14:31:15 +03:00
intDiv.cpp Fix tests 2021-10-07 00:19:37 +03:00
intDivOrZero.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
intExp2.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
intExp10.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
isConstant.cpp Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00:00
isDecimalOverflow.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
isFinite.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isInfinite.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
isIPAddressContainedIn.cpp A few clangtidy updates 2022-05-17 20:56:57 +02:00
isNaN.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
isNotNull.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
isNull.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
IsOperation.h rewrite bitHammingDistance with FunctionBinaryArithmetic 2022-01-19 09:07:05 +00:00
isValidUTF8.cpp Move isValidUTF8Naive from Functions to Common 2021-08-23 09:22:15 +03:00
isZeroOrNull.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
ITupleFunction.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
jumpConsistentHash.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
kostikConsistentHash.cpp Add compatibility alias 2022-03-24 02:21:57 +01:00
lcm.cpp Fix clang-tidy-14 2022-05-30 05:36:26 +02:00
least.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
LeastGreatestGeneric.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
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 Remove cruft 2021-10-28 02:10:39 +03:00
lengthUTF8.cpp fix style 2021-07-05 00:01:49 +08: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 FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
like.cpp optimized code 2021-10-27 19:53:53 +08:00
like.h Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
likePatternToRegexp.h Fix tests + more precise exception msg 2022-06-02 11:11:56 +02:00
log1p.cpp 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 base should not depend on Common 2022-04-29 10:26:35 +08:00
lowCardinalityIndices.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
lowCardinalityKeys.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
lower.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
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 hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
makeDate.cpp More tests for corner cases 2022-04-07 12:34:26 +02:00
map.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
mapFilter.cpp Upd FunctionArrayMapped 2022-03-03 13:22:48 +00:00
match.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
MatchImpl.h Replace exceptions thrown for programming errors by asserts 2022-06-01 11:53:37 +02:00
materialize.cpp Remove Converting transform and step. 2020-11-17 22:43:26 +03:00
materialize.h Fix comments 2022-05-19 10:13:44 +00:00
mathConstants.cpp improvements 2021-09-16 00:17:54 +03:00
max2.cpp updates to min2 and max2 funcs 2022-01-20 15:39:05 -08:00
meiliMatch.cpp fix after merge 2022-05-12 01:42:34 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
modelEvaluate.cpp Fixed modelEvaluate 2021-10-02 17:15:32 +03:00
modulo.cpp Optimize most important parts with NEON SIMD 2022-06-15 13:19:29 +00:00
moduloOrZero.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
monthName.cpp Function monthName small fix 2022-01-08 11:04:22 +03:00
multiFuzzyMatchAllIndices.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiFuzzyMatchAny.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiFuzzyMatchAnyIndex.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiIf.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
multiMatchAllIndices.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
MultiMatchAllIndicesImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiMatchAny.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
MultiMatchAnyImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiMatchAnyIndex.cpp Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
multiply.cpp Rename "common" to "base" 2021-10-02 10:13:14 +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 Cosmetics: Pass patterns around as std::string_view instead of StringRef 2022-06-26 15:32:19 +00:00
multiSearchAllPositionsUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
multiSearchAny.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchAnyCaseInsensitive.cpp Move check for regexp array size into implementations 2022-06-26 15:38:12 +00:00
multiSearchAnyCaseInsensitiveUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchAnyUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstIndex.cpp Move check for regexp array size into implementations 2022-06-26 15:38:12 +00:00
multiSearchFirstIndexCaseInsensitive.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstIndexCaseInsensitiveUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
MultiSearchFirstIndexImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiSearchFirstIndexUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstPosition.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstPositionCaseInsensitive.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
multiSearchFirstPositionCaseInsensitiveUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
MultiSearchFirstPositionImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
multiSearchFirstPositionUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
MultiSearchImpl.h Move loop over patterns into implementations 2022-06-26 16:26:13 +00:00
negate.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
neighbor.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
normalizedQueryHash.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
normalizeQuery.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
normalizeString.cpp Functions normalizeUTF8 unstable performance tests fix 2022-05-25 15:54:52 +02:00
notEmpty.cpp Some fixes, more tests 2021-08-09 17:54:14 +03:00
notEquals.cpp Part 1. 2020-10-17 17:23:37 +03:00
notILike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
notLike.cpp Refactoring: Make template instantiation easier to read 2022-05-25 10:03:58 +02:00
now64.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
now.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
nullIf.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
padString.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
partitionId.cpp A few clangtidy updates 2022-05-17 20:56:57 +02:00
PerformanceAdaptors.h Fix build 2022-04-04 14:07:05 +02:00
plus.cpp Enable binary arithmetic between Decimal and Float 2022-01-01 09:11:21 +00:00
pointInEllipses.cpp Enable clang-tidy readability-misleading-indentation 2022-05-08 19:12:01 +02:00
pointInPolygon.cpp Fix clang-tidy-14, part 1 2022-05-27 22:52:14 +02:00
polygonArea.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonConvexHull.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonPerimeter.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsDistance.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsEquals.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsIntersection.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsSymDifference.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsUnion.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
polygonsWithin.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
PolygonUtils.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
position.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
positionCaseInsensitive.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
positionCaseInsensitiveUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
PositionImpl.h Fix countSubstrings() & position() on patterns with 0-bytes 2022-06-29 21:41:18 +00:00
positionUTF8.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
pow.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
queryID.cpp Refactor code 2021-08-10 14:31:15 +03:00
radians.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00: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 Try to simplify code 2021-08-09 18:01:08 +03:00
randomFixedString.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
randomPrintableASCII.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
randomString.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
randomStringUTF8.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
readWkt.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
regexpQuoteMeta.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Regexps.h Instantiate MultiMatchAnyImpl template using enums 2022-06-26 16:25:49 +00:00
registerFunctions.cpp showCertificate function implementation 2022-05-25 12:11:44 -04:00
registerFunctions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsArithmetic.cpp Merging #33398 (proportionsZTest) (#35157) 2022-03-16 13:17:07 +01: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 Rename yandexConsistentHash to kostikConsistentHash 2022-03-24 02:18:25 +01:00
registerFunctionsDateTime.cpp replaced toStartOfFiveMinute to toStartOfFiveMinutes 2022-04-22 10:49:59 +08:00
registerFunctionsFormatting.cpp Revert "Revert "Merge branch 'master' into master"" 2021-07-21 14:16:05 +03:00
registerFunctionsGeo.cpp Merge remote-tracking branch 'upstream/master' into ncb/h3-unidirectionaledges-funcs 2022-05-17 20:10:03 -07:00
registerFunctionsHigherOrder.cpp Upd FunctionArrayMapped for Map 2022-03-03 13:22:48 +00:00
registerFunctionsIntrospection.cpp 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 Add revision() function (#38555) 2022-06-30 12:58:26 +02: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
registerFunctionsSnowflake.cpp fix: style 2021-08-16 00:49:33 +08:00
registerFunctionsString.cpp rename variable + fix handling of ENABLE_LIBRARIES 2022-06-20 23:53:47 +05: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 change name to function to "tupleToNameValuePairs" 2021-08-10 21:33:24 +01: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 Slight performance improvement of "reinterpret" function 2021-12-12 03:29:26 +03:00
repeat.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
replaceAll.cpp make aliases case insensitive 2022-02-06 09:38:05 +08: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 clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
replaceRegexpOne.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
ReplaceStringImpl.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
replicate.cpp Upd upstream 2021-05-28 00:21:02 +03:00
replicate.h Fix insert into defalut nested LowCardinality column. 2022-01-10 21:30:28 +03:00
reverse.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
reverseUTF8.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
right.cpp Make "left" and "right" real functions 2022-01-05 05:32:40 +03:00
roundAge.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
roundDuration.cpp Bit shift operations for FixedString and String data types. 2021-08-30 15:48:59 +08:00
roundToExp2.cpp Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
rowNumberInAllBlocks.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
rowNumberInBlock.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
runningAccumulate.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
runningConcurrency.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
runningDifference.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
runningDifference.h Try to simplify code 2021-08-09 18:01:08 +03:00
runningDifferenceStartingWithFirstValue.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
s2_fwd.h Remove cruft 2021-10-28 02:10:39 +03:00
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 Add revision() function (#38555) 2022-06-30 12:58:26 +02:00
sigmoid.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
sign.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
sleepEachRow.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
snowflake.cpp fix: build issue 2021-08-19 00:47:40 +08: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
stem.cpp Remove cruft 2021-10-28 02:10:39 +03:00
stringCutToZero.cpp Refactor code 2021-08-10 14:31:15 +03:00
stringToH3.cpp Remove cruft 2021-10-28 02:10:39 +03:00
substring.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
subtractDays.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractHours.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractMinutes.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractMonths.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractQuarters.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractSeconds.cpp Upd upstream 2021-05-28 00:21:02 +03:00
SubtractSubSeconds.cpp Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
subtractWeeks.cpp Upd upstream 2021-05-28 00:21:02 +03:00
subtractYears.cpp Upd upstream 2021-05-28 00:21:02 +03:00
svg.cpp Updated additional cases 2021-12-20 15:55:07 +03:00
synonyms.cpp Remove cruft 2021-10-28 02:10:39 +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
tgamma.cpp FunctionMathUnary remove macro usage 2022-01-22 18:44:36 +00:00
throwIf.cpp Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
tid.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
timeSlot.cpp Upd upstream 2021-05-28 00:21:02 +03:00
timeSlots.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
timezoneOf.cpp Change comments 2022-03-11 23:46:02 +01:00
timezoneOffset.cpp Alias timeZoneOffset added to source code 2021-04-26 19:17:23 +00:00
toBool.cpp Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion 2022-05-16 19:15:18 +00:00
toColumnTypeName.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
toCustomWeek.cpp Upd upstream 2021-05-28 00:21:02 +03:00
today.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03: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 Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00: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
toJSONString.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
tokenExtractors.cpp Fixed function ngrams 2021-11-24 21:18:38 +08:00
toLastDayOfMonth.cpp Update toLastDayOfMonth.cpp 2022-03-10 22:30:46 +03:00
toLowCardinality.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
toMinute.cpp Add toMinute MySQL compatibility alias 2021-01-25 16:35:58 +03:00
toModifiedJulianDay.cpp Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02: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 Add default implementation for Nothing, support arrays of nullable for arrayFilter and similar functions 2022-05-12 15:15:31 +00: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
toStartOfFiveMinutes.cpp fix wrong alias 2022-04-22 11:27:24 +08:00
toStartOfHour.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfInterval.cpp Saturate date/datetime to zero (part 2) 2022-04-29 10:24:18 +08: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
toStartOfSubsecond.cpp toStartOf[...]second works 2022-02-13 18:41:45 +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 Making Monotonicity an aggregate to use with designated initializers 2021-09-29 18:01:26 +02:00
toTypeName.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
toUnixTimestamp64Micro.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
toUnixTimestamp64Milli.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
toUnixTimestamp64Nano.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
toValidUTF8.cpp Fix some tests and comments 2022-06-15 14:40:21 +00: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 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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
trim.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
tryBase64Decode.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tuple.cpp Fix comments 2022-05-19 10:13:44 +00:00
tupleElement.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
tupleHammingDistance.cpp Style 2021-09-09 15:41:22 +03:00
tupleToNameValuePairs.cpp Fix build 2021-08-13 16:34:16 +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
validateNestedArraySizes.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
VectorExtension.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
vectorFunctions.cpp Reuse common code for L2Squared and L2 2022-06-30 14:12:25 +02:00
visibleWidth.cpp Try to simplify code 2021-08-09 18:01:08 +03:00
visitParamExtractBool.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
visitParamExtractFloat.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
visitParamExtractInt.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
visitParamExtractRaw.cpp Lowercase 2021-04-01 23:07:01 +03:00
visitParamExtractString.cpp Lowercase 2021-04-01 23:07:01 +03:00
visitParamExtractUInt.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
visitParamHas.cpp Better exception messages for some String-related functions 2021-09-26 08:18:37 +03:00
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