.. |
array
|
Fix style check
|
2022-03-18 21:39:30 +01:00 |
divide
|
contrib/libdivide: add ALIAS library
|
2022-01-21 10:11:23 +03:00 |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
GatherUtils
|
Fix build
|
2022-04-04 14:07:05 +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
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00: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
|
fix function names
|
2022-01-26 00:30:27 +08:00 |
addressToLine.h
|
fix style: add pragma once
|
2022-01-26 00:47:43 +08:00 |
addressToLineWithInlines.cpp
|
Don't unwind inlines if we unable to do it
|
2022-03-22 11:11:36 +01:00 |
addressToSymbol.cpp
|
Move access-rights' source files needed for parser to a separate target.
|
2021-11-01 19:13:49 +03:00 |
addSeconds.cpp
|
remove includes from all Function sources
|
2020-07-29 21:14:48 +03:00 |
addSubSeconds.cpp
|
upload
|
2022-02-12 19:37:06 +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
|
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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
Try to simplify code
|
2021-08-09 18:01:08 +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
|
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
|
add bitShiftLeft for FixedString and String integer.
|
2021-09-07 01:20:12 +08:00 |
bitShiftRight.cpp
|
add bitShiftLeft for FixedString and String integer.
|
2021-09-07 01:20:12 +08: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
caseWithExpression.cpp
|
Take ELSE branch into account for result type deduction
|
2022-03-24 11:23:18 +00:00 |
castOrDefault.cpp
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
CastOverloadResolver.cpp
|
Move templates from FunctionsConvertion
|
2021-08-11 19:09:51 +00:00 |
CastOverloadResolver.h
|
Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions
|
2022-03-12 17:12:05 +00: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 |
CMakeLists.txt
|
Fix build
|
2022-04-04 14:07:05 +02:00 |
coalesce.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
concat.cpp
|
formatString bug fix and refactoring
|
2022-03-28 15:47:48 +08:00 |
config_functions.h.in
|
Merge branch 'master' into classification
|
2022-01-25 10:22:47 +00:00 |
configure_config.cmake
|
Fix build w/o hyperscan
|
2022-01-20 10:02:02 +03:00 |
connectionId.cpp
|
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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
CRC.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
currentDatabase.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
currentProfiles.cpp
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
currentRoles.cpp
|
Update sort to pdqsort
|
2022-01-30 19:49:48 +00: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
dateName.cpp
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
DateTimeTransforms.h
|
Merge pull request #34394 from holadepo/last_day
|
2022-04-04 07:02:08 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Revert "Make extract case insensitive"
|
2021-01-22 02:36:37 +03:00 |
extractAllGroups.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00: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
|
Fixed tests
|
2021-09-30 14:35:24 +03:00 |
ExtractString.h
|
Minor fixes for min/sim hash
|
2020-12-29 13:16:43 +03:00 |
extractTextFromHTML.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Small refactoring in formats
|
2021-11-03 20:07:05 +03: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 |
FunctionBase64Conversion.h
|
FunctionBase64Conversion warning fix
|
2022-01-21 11:26:39 +00:00 |
FunctionBinaryArithmetic.h
|
rewrite bitHammingDistance with FunctionBinaryArithmetic
|
2022-01-19 09:07:05 +00:00 |
FunctionBitTestMany.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
FunctionChar.cpp
|
Refactor code
|
2021-08-10 14:31:15 +03:00 |
FunctionConstantBase.h
|
Cosmetic refactoring of server constants.
|
2021-10-09 11:47:27 +08: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
|
Fix issue: clickhouse-format --obfuscate cannot process queries with embedded dictionaries
|
2021-10-03 00:46:51 +03: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 |
FunctionHelpers.cpp
|
Fixed tests
|
2021-09-30 14:35:24 +03: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
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
FunctionMathUnary.h
|
Remove DecimalPaddedPODArray
|
2022-01-27 10:07:53 +00:00 |
FunctionNumericPredicate.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
FunctionsAES.cpp
|
Empty string optimization for encryption
|
2020-10-14 16:33:07 +03:00 |
FunctionsAES.h
|
Fix error
|
2021-11-28 07:18:00 +03:00 |
FunctionsBinaryRepr.cpp
|
Fix style checking
|
2022-01-19 10:13:12 +08: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
|
Refactor code
|
2021-08-10 14:31:15 +03:00 |
FunctionsCharsetClassification.cpp
|
Fixed tests
|
2022-03-15 15:43:39 +00:00 |
FunctionsCodingIP.cpp
|
Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions
|
2022-03-12 17:12:05 +00:00 |
FunctionsCodingIP.h
|
Fixed tests
|
2022-03-16 19:59:31 +00:00 |
FunctionsCodingUUID.cpp
|
Refactor code
|
2021-08-10 14:31:15 +03:00 |
FunctionsComparison.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-03-16 15:28:09 +00: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
|
Merge pull request #35682 from CurtizJ/dynamic-columns-6
|
2022-04-06 11:48:07 +02:00 |
FunctionsEmbeddedDictionaries.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
FunctionsEmbeddedDictionaries.h
|
Change comments
|
2022-03-11 23:46:02 +01:00 |
FunctionsExternalDictionaries.cpp
|
Merge pull request #22413 from kitaisreal/added-function-dict-get-or-null
|
2021-04-02 11:39:01 +03:00 |
FunctionsExternalDictionaries.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
FunctionsHashing.cpp
|
Remove USE_XXHASH (reduntant)
|
2022-01-20 10:02:02 +03:00 |
FunctionsHashing.h
|
Fix build
|
2022-04-04 14:07:05 +02:00 |
FunctionsJSON.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-12-17 19:02:29 +03:00 |
FunctionsLanguageClassification.cpp
|
Small fix
|
2022-01-19 10:31:04 +00:00 |
FunctionsLogical.cpp
|
clang-tidy check performance-noexcept-move-constructor fix
|
2022-03-02 18:15:27 +00:00 |
FunctionsLogical.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
FunctionsMiscellaneous.h
|
Fix PVS-Studio
|
2021-10-11 14:28:46 +03:00 |
FunctionsMultiStringFuzzySearch.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
FunctionsMultiStringPosition.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
FunctionsMultiStringSearch.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2022-02-25 13:41:30 +03:00 |
FunctionsStringArray.cpp
|
support any serializable column
|
2021-10-28 23:17:45 +03:00 |
FunctionsStringArray.h
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
FunctionsStringHash.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
FunctionsStringHash.h
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
FunctionsStringSearch.h
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
FunctionsStringSearchToString.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
FunctionsStringSimilarity.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
basic add[...]seconds added
|
2022-02-09 10:28:15 +03:00 |
FunctionsTimeWindow.h
|
updated Interval definitions
|
2022-02-13 17:54:03 +03:00 |
FunctionsTonalityClassification.cpp
|
Change comments
|
2022-03-11 23:46:02 +01:00 |
FunctionStringOrArrayToT.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
FunctionStringReplace.h
|
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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
FunctionUnaryArithmetic.h
|
Remove cruft
|
2021-10-28 02:10:39 +03: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
|
Upd upstream
|
2021-05-28 00:21:02 +03:00 |
GCDLCMImpl.h
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
generateUUIDv4.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
GeoHash.cpp
|
Fix UBSan report in geoHashesInBox
|
2021-02-02 06:37:24 +03: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
geoToH3.cpp
|
Performance tests fix H3
|
2022-02-18 15:57:54 +00:00 |
geoToS2.cpp
|
fix s2 functions having const columns
|
2022-02-18 22:42:27 -08:00 |
getFuzzerData.cpp
|
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
|
Refactor code
|
2021-08-10 14:31:15 +03: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
|
Fix build
|
2022-04-04 14:07:05 +02: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 |
h3CellAreaM2.cpp
|
fix fuzzer segfault
|
2022-02-19 08:41:21 -08:00 |
h3CellAreaRads2.cpp
|
fix fuzzer segfault
|
2022-02-19 08:41:21 -08:00 |
h3EdgeAngle.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3EdgeLengthKm.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3EdgeLengthM.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ExactEdgeLengthKm.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ExactEdgeLengthM.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ExactEdgeLengthRads.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3GetBaseCell.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3GetFaces.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3GetPentagonIndexes.cpp
|
fix - convert const cols to full cols
|
2022-02-21 12:15:14 -08:00 |
h3GetRes0Indexes.cpp
|
Function h3GetRes0Indexes crash fix
|
2022-03-17 11:45:25 +00:00 |
h3GetResolution.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3HexAreaKm2.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3HexAreaM2.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3IndexesAreNeighbors.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3IsPentagon.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3IsResClassIII.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3IsValid.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3kRing.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3NumHexagons.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3PointDist.cpp
|
fix style
|
2022-02-21 21:37:10 -08:00 |
h3ToCenterChild.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ToChildren.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3toGeo.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ToGeoBoundary.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ToParent.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
h3ToString.cpp
|
convert const cols to full cols
|
2022-02-18 16:34:50 -08:00 |
hasColumnInTable.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
hyperscanRegexpChecker.cpp
|
Add settings to check hyperscan regexp length.
|
2021-08-07 13:07:41 +08:00 |
hyperscanRegexpChecker.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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 in function if that led to logical error
|
2022-03-21 14:27:25 +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
|
Use compile-time check for Exception messages, fix wrong messages
|
2022-03-29 13:16:11 +00:00 |
IFunction.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
IFunctionAdaptors.h
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-20 01:45:38 +03:00 |
ignore.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-20 01:45:38 +03:00 |
ilike.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
in.cpp
|
Fix untuple condition in IN function
|
2022-02-23 14:31:53 +00:00 |
indexHint.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
initializeAggregation.cpp
|
support nullable arguments in function initializeAggregation
|
2021-10-14 15:09:06 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Updated additional cases
|
2021-12-20 15:55:07 +03: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
|
add IsOperation helper
|
2020-09-08 03:59:13 +03:00 |
kostikConsistentHash.cpp
|
Add compatibility alias
|
2022-03-24 02:21:57 +01:00 |
lcm.cpp
|
Upd upstream
|
2021-05-28 00:21:02 +03: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
|
optimized code
|
2021-10-27 19:53:53 +08:00 |
likePatternToRegexp.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +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
|
Use fmt::runtime() for LOG_* for non constexpr
|
2022-02-01 14:30:03 +03: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
|
Fixes according to the code review
|
2022-03-28 22:47:39 +02:00 |
map.cpp
|
Fix bug
|
2022-03-03 13:22:46 +00:00 |
mapFilter.cpp
|
Upd FunctionArrayMapped
|
2022-03-03 13:22:48 +00:00 |
match.cpp
|
make aliases case insensitive
|
2022-02-06 09:38:05 +08:00 |
MatchImpl.h
|
Remove unbundled re2 support
|
2022-01-20 10:00:49 +03:00 |
materialize.cpp
|
Remove Converting transform and step.
|
2020-11-17 22:43:26 +03:00 |
materialize.h
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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 |
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
|
Fix tests
|
2021-10-07 00:19:37 +03: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
multiFuzzyMatchAny.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
multiFuzzyMatchAnyIndex.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
multiIf.cpp
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
multiMatchAllIndices.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
MultiMatchAllIndicesImpl.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
multiMatchAny.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
MultiMatchAnyImpl.h
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
multiMatchAnyIndex.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03: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
|
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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
multiSearchAnyCaseInsensitive.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
multiSearchFirstPositionUTF8.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
MultiSearchImpl.h
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
negate.cpp
|
Making Monotonicity an aggregate to use with designated initializers
|
2021-09-29 18:01:26 +02:00 |
neighbor.cpp
|
Merge remote-tracking branch 'origin/sparse-serialization' into HEAD
|
2021-08-20 16:33:30 +03: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
|
Fixed tests
|
2022-03-15 15:43:39 +00: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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
notLike.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
now64.cpp
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
now.cpp
|
Fix argument types for now and now64
|
2021-10-25 12:06:53 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
pointInPolygon.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonArea.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonConvexHull.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonPerimeter.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonsDistance.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonsEquals.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonsIntersection.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
polygonsSymDifference.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonsUnion.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
polygonsWithin.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
PolygonUtils.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
position.cpp
|
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
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03: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
|
Fix build w/o hyperscan
|
2022-01-20 10:02:02 +03:00 |
registerFunctions.cpp
|
Implementation of makeDate and makeDate32
|
2022-03-28 18:57:24 +02: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
|
Merge pull request #34394 from holadepo/last_day
|
2022-04-04 07:02:08 +03:00 |
registerFunctionsFormatting.cpp
|
Revert "Revert "Merge branch 'master' into master""
|
2021-07-21 14:16:05 +03:00 |
registerFunctionsGeo.cpp
|
add h3GetPentagonIndexes func
|
2022-02-13 12:56:43 -08:00 |
registerFunctionsHigherOrder.cpp
|
Upd FunctionArrayMapped for Map
|
2022-03-03 13:22:48 +00:00 |
registerFunctionsIntrospection.cpp
|
add function addressToLineWithInlines
|
2022-01-25 19:13:47 +08:00 |
registerFunctionsMath.cpp
|
add degrees and radians funcs
|
2022-01-19 22:18:44 -08:00 |
registerFunctionsMiscellaneous.cpp
|
merge master and fix conflict
|
2022-03-30 11:06:51 +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 |
registerFunctionsSnowflake.cpp
|
fix: style
|
2021-08-16 00:49:33 +08:00 |
registerFunctionsString.cpp
|
Merge branch 'master' into classification
|
2022-01-18 21:41:03 +00: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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Move code around to avoid dlsym on Musl
|
2021-12-24 12:25:27 +03:00 |
sigmoid.cpp
|
hide symbols in nameless namespace
|
2020-09-07 21:00:37 +03: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
|
upload
|
2022-02-12 19:37:06 +03: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
|
Fix crash for function throwIf with constant arguments
|
2022-03-22 12:30:25 +01: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Some improvements and fixes for Bool data type
|
2022-01-20 14:16:11 +03:00 |
toColumnTypeName.cpp
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +03: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
|
Try to simplify code
|
2021-08-09 18:01:08 +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
|
fixed maths 2
|
2022-02-18 00:17:29 +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 |
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
|
Clean up
|
2021-08-13 11:18:34 +03: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
|
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
|
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
|
remove obsolete parameter
|
2022-03-28 18:44:53 +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
|
Style
|
2021-09-23 16:42:06 +03: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 |