.. |
array
|
Fix for empty function name on FreeBSD build
|
2022-07-25 13:11:36 +02:00 |
divide
|
contrib/libdivide: add ALIAS library
|
2022-01-21 10:11:23 +03:00 |
examples
|
|
|
GatherUtils
|
Add separate option to omit symbols from heavy contrib
|
2022-07-02 06:32:03 +03:00 |
JSONPath
|
Add separate option to omit symbols from heavy contrib
|
2022-07-02 06:32:03 +03:00 |
tests
|
Rename test
|
2022-03-30 18:39:28 +02:00 |
URL
|
Add support of !/* (exclamation/asterisk) in custom TLDs
|
2022-07-26 08:34:30 +03:00 |
abs.cpp
|
Making Monotonicity an aggregate to use with designated initializers
|
2021-09-29 18:01:26 +02:00 |
acos.cpp
|
|
|
acosh.cpp
|
|
|
addDays.cpp
|
|
|
addHours.cpp
|
|
|
addMinutes.cpp
|
|
|
addMonths.cpp
|
|
|
addQuarters.cpp
|
|
|
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
|
|
|
addSubSeconds.cpp
|
Fixing some warnings
|
2022-05-16 20:59:27 +02:00 |
addWeeks.cpp
|
|
|
addYears.cpp
|
|
|
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
|
|
|
asinh.cpp
|
|
|
assumeNotNull.cpp
|
Fix comments
|
2022-05-19 10:13:44 +00:00 |
atan2.cpp
|
|
|
atan.cpp
|
|
|
atanh.cpp
|
|
|
bar.cpp
|
|
|
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
|
|
|
bitBoolMaskAnd.cpp
|
|
|
bitBoolMaskOr.cpp
|
|
|
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
|
|
|
bitOr.cpp
|
|
|
bitRotateLeft.cpp
|
|
|
bitRotateRight.cpp
|
|
|
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
|
|
|
bitTest.cpp
|
|
|
bitTestAll.cpp
|
|
|
bitTestAny.cpp
|
|
|
bitWrapperFunc.cpp
|
Merge branch 'master' into issues_27763
|
2021-09-13 20:33:29 +03:00 |
bitXor.cpp
|
|
|
blockNumber.cpp
|
Add function nowInBlock
|
2022-07-24 19:58:48 +02:00 |
blockSerializedSize.cpp
|
|
|
blockSize.cpp
|
|
|
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
|
|
|
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
|
|
|
checkHyperscanRegexp.cpp
|
Cosmetics: More consistent naming
|
2022-06-26 15:33:18 +00:00 |
checkHyperscanRegexp.h
|
Fix davenger's review comments
|
2022-07-04 10:43:21 +00:00 |
CMakeLists.txt
|
merge
|
2022-07-16 19:05:07 +02: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
|
added new DataType + fixes
|
2022-07-16 18:58:47 +02:00 |
configure_config.cmake
|
added new DataType + fixes
|
2022-07-16 18:58:47 +02:00 |
connectionId.cpp
|
|
|
convertCharset.cpp
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
cos.cpp
|
|
|
cosh.cpp
|
|
|
countDigits.cpp
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
countMatches.cpp
|
|
|
countMatches.h
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00: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
|
|
|
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
|
|
|
CustomWeekTransforms.h
|
remove some dead and commented code
|
2022-07-21 15:05:48 +02: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
|
|
|
defaultValueOfTypeName.cpp
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
equals.cpp
|
|
|
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
|
|
|
evalMLMethod.cpp
|
|
|
exp2.cpp
|
|
|
exp10.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
exp.cpp
|
|
|
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
|
|
|
extractAllGroupsVertical.cpp
|
|
|
extractGroups.cpp
|
Even less usage of StringRef
|
2022-07-19 07:01:06 +00:00 |
ExtractString.h
|
|
|
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
|
|
|
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
|
|
|
formatReadableSize.cpp
|
|
|
formatReadableTimeDelta.cpp
|
Update src/Functions/formatReadableTimeDelta.cpp
|
2022-07-19 13:17:33 +02: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
|
|
|
fromUnixTimestamp64Milli.cpp
|
|
|
fromUnixTimestamp64Nano.cpp
|
|
|
FunctionBase58Conversion.h
|
small improvements
|
2022-07-20 13:36:47 +02: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
|
|
|
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
|
Revert "Merge pull request #39001 from ClickHouse/revert-38675-index-fix-1"
|
2022-07-08 23:22:10 +08: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
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00: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
|
Pass const StringRef by value, not by reference
|
2022-07-15 11:34:56 +00:00 |
FunctionsAES.h
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00:00 |
FunctionsBase58.cpp
|
added new DataType + fixes
|
2022-07-16 18:58:47 +02:00 |
FunctionsBinaryRepresentation.cpp
|
Fix clang-tidy-14, part 1
|
2022-05-27 22:52:14 +02:00 |
FunctionsBitmap.cpp
|
|
|
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
|
|
|
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
|
Disable vectorization for uint64 --> float32 cast
|
2022-07-22 12:49:16 +00:00 |
FunctionsEmbeddedDictionaries.cpp
|
|
|
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
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +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
|
Update doxygen
|
2022-07-14 11:02:01 +00:00 |
FunctionsMultiStringPosition.h
|
Merge pull request #39300 from ClickHouse/stringref-to-stringview
|
2022-07-18 19:20:16 +02:00 |
FunctionsMultiStringSearch.h
|
Update doxygen
|
2022-07-14 11:02:01 +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
|
|
|
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
|
|
|
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
|
Fix bug with maxsplit in the splitByChar
|
2022-07-25 13:11:02 +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
|
|
|
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
|
|
|
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
|
|
|
FunctionStringToString.h
|
|
|
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
|
Even less usage of StringRef
|
2022-07-19 07:01:06 +00:00 |
geohashEncode.cpp
|
|
|
geohashesInBox.cpp
|
|
|
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
|
|
|
getSetting.cpp
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00:00 |
getSizeOfEnumType.cpp
|
|
|
getTypeSerializationStreams.cpp
|
rename all files
|
2022-03-25 14:54:01 +08:00 |
globalVariable.cpp
|
|
|
greatCircleDistance.cpp
|
Update greatCircleDistance.cpp
|
2022-05-25 21:59:31 +03:00 |
greater.cpp
|
|
|
greaterOrEquals.cpp
|
|
|
greatest.cpp
|
|
|
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
|
|
|
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
|
|
|
identity.cpp
|
|
|
if.cpp
|
Fix bug with nested short-circuit functions
|
2022-06-17 11:44:49 +00:00 |
ifNotFinite.cpp
|
|
|
ifNull.cpp
|
|
|
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
|
|
|
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
|
|
|
intDiv.cpp
|
Fix tests
|
2021-10-07 00:19:37 +03:00 |
intDivOrZero.cpp
|
|
|
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
|
Improve isNullable/isConstant/isNull/isNotNull performance for LowCardinality argument
|
2022-07-13 17:56:34 +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
|
Even less usage of StringRef
|
2022-07-19 07:01:06 +00:00 |
isNaN.cpp
|
|
|
isNotNull.cpp
|
Better
|
2022-07-15 16:23:56 +00:00 |
isNull.cpp
|
Better
|
2022-07-15 16:23:56 +00:00 |
isNullable.cpp
|
Improve isNullable/isConstant/isNull/isNotNull performance for LowCardinality argument
|
2022-07-13 17:56:34 +00:00 |
IsOperation.h
|
rewrite bitHammingDistance with FunctionBinaryArithmetic
|
2022-01-19 09:07:05 +00:00 |
isValidUTF8.cpp
|
|
|
isZeroOrNull.cpp
|
|
|
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
|
|
|
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
|
|
|
less.cpp
|
|
|
lessOrEquals.cpp
|
|
|
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
|
|
|
log2.cpp
|
|
|
log10.cpp
|
|
|
log.cpp
|
|
|
logTrace.cpp
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
lowCardinalityIndices.cpp
|
|
|
lowCardinalityKeys.cpp
|
|
|
lower.cpp
|
|
|
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
|
|
|
makeDate.cpp
|
More tests for corner cases
|
2022-04-07 12:34:26 +02:00 |
map.cpp
|
Merge branch 'master' into mapupdate_dev
|
2022-07-13 17:06:51 +00: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
|
|
|
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
|
|
|
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
|
Don't crash in functions multiMatch[Fuzzy](AllIndices/Any/AnyIndex)() with empty needle
|
2022-07-08 11:18:53 +00:00 |
multiMatchAny.cpp
|
Instantiate MultiMatchAnyImpl template using enums
|
2022-06-26 16:25:49 +00:00 |
MultiMatchAnyImpl.h
|
Don't crash in functions multiMatch[Fuzzy](AllIndices/Any/AnyIndex)() with empty needle
|
2022-07-08 11:18:53 +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
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +00:00 |
multiSearchAllPositionsCaseInsensitive.cpp
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +00:00 |
multiSearchAllPositionsCaseInsensitiveUTF8.cpp
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +00:00 |
MultiSearchAllPositionsImpl.h
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +00:00 |
multiSearchAllPositionsUTF8.cpp
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +00: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
|
Simplify
|
2022-07-07 20:25:26 +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
|
Simplify
|
2022-07-07 20:25:26 +00:00 |
multiSearchFirstPositionUTF8.cpp
|
Better exception messages for some String-related functions
|
2021-09-26 08:18:37 +03:00 |
MultiSearchImpl.h
|
Implement non-const needle arguments in multiSearchAllPositions
|
2022-07-14 06:24:28 +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
|
|
|
notEquals.cpp
|
|
|
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
|
Add function nowInBlock
|
2022-07-24 19:58:48 +02:00 |
nowInBlock.cpp
|
Add function nowInBlock
|
2022-07-24 19:58:48 +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 |
parseTimeDelta.cpp
|
Better
|
2022-07-21 09:07:23 +00: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
|
|
|
queryID.cpp
|
|
|
radians.cpp
|
FunctionMathUnary remove macro usage
|
2022-01-22 18:44:36 +00:00 |
rand64.cpp
|
|
|
rand.cpp
|
|
|
randConstant.cpp
|
|
|
randomFixedString.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
randomPrintableASCII.cpp
|
|
|
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
|
Whitespaces
|
2022-07-17 23:20:05 +02:00 |
registerFunctions.h
|
|
|
registerFunctionsArithmetic.cpp
|
Merging #33398 (proportionsZTest) (#35157)
|
2022-03-16 13:17:07 +01:00 |
registerFunctionsComparison.cpp
|
|
|
registerFunctionsConditional.cpp
|
|
|
registerFunctionsConsistentHashing.cpp
|
Rename yandexConsistentHash to kostikConsistentHash
|
2022-03-24 02:18:25 +01:00 |
registerFunctionsDateTime.cpp
|
Add function nowInBlock
|
2022-07-24 19:58:48 +02:00 |
registerFunctionsFormatting.cpp
|
implementation of parseTimeDelta function
|
2022-07-19 09:33:02 +08: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
|
feat(Function): isNullable
|
2022-07-05 15:23:07 +08:00 |
registerFunctionsRandom.cpp
|
|
|
registerFunctionsReinterpret.cpp
|
|
|
registerFunctionsSnowflake.cpp
|
|
|
registerFunctionsString.cpp
|
added new DataType + fixes
|
2022-07-16 18:58:47 +02:00 |
registerFunctionsStringRegexp.cpp
|
Add functions translate & translateUTF8
|
2022-07-07 08:25:00 +00:00 |
registerFunctionsStringSearch.cpp
|
|
|
registerFunctionsTuple.cpp
|
|
|
registerFunctionsUnixTimestamp64.cpp
|
|
|
registerFunctionsVisitParam.cpp
|
|
|
reinterpretAs.cpp
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00:00 |
repeat.cpp
|
|
|
replaceAll.cpp
|
Fix the wrong REGEXP_REPLACE alias
|
2022-07-26 08:01:49 +02:00 |
replaceOne.cpp
|
|
|
replaceRegexpAll.cpp
|
Fix the wrong REGEXP_REPLACE alias
|
2022-07-26 08:01:49 +02:00 |
ReplaceRegexpImpl.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
replaceRegexpOne.cpp
|
|
|
ReplaceStringImpl.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
replicate.cpp
|
|
|
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
|
|
|
right.cpp
|
Make "left" and "right" real functions
|
2022-01-05 05:32:40 +03:00 |
roundAge.cpp
|
|
|
roundDuration.cpp
|
|
|
roundToExp2.cpp
|
Replace a few uses of enable_if for SFINAE by concepts
|
2022-03-16 19:51:38 +01:00 |
rowNumberInAllBlocks.cpp
|
|
|
rowNumberInBlock.cpp
|
|
|
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
|
|
|
runningDifference.h
|
|
|
runningDifferenceStartingWithFirstValue.cpp
|
|
|
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
|
|
|
sleep.cpp
|
|
|
sleep.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
sleepEachRow.cpp
|
|
|
snowflake.cpp
|
|
|
sqrt.cpp
|
|
|
startsWith.cpp
|
|
|
stem.cpp
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
stringCutToZero.cpp
|
|
|
stringToH3.cpp
|
Fix build, pt. II
|
2022-07-18 09:41:01 +00:00 |
substring.cpp
|
|
|
subtractDays.cpp
|
|
|
subtractHours.cpp
|
|
|
subtractMinutes.cpp
|
|
|
subtractMonths.cpp
|
|
|
subtractQuarters.cpp
|
|
|
subtractSeconds.cpp
|
|
|
SubtractSubSeconds.cpp
|
Follow-up to PR #37300: semicolon warnings
|
2022-05-20 15:06:34 +02:00 |
subtractWeeks.cpp
|
|
|
subtractYears.cpp
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
toBool.cpp
|
Fix Nullable(String) to Nullable(Bool/IPv4/IPv6) conversion
|
2022-05-16 19:15:18 +00:00 |
toColumnTypeName.cpp
|
fix function toColumnTypeName with LowCardinality
|
2022-07-12 03:12:42 +00:00 |
toCustomWeek.cpp
|
|
|
today.cpp
|
Move code around to avoid dlsym on Musl
|
2021-12-24 12:25:27 +03:00 |
toDayOfMonth.cpp
|
|
|
toDayOfWeek.cpp
|
|
|
toDayOfYear.cpp
|
|
|
toFixedString.cpp
|
|
|
toFixedString.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
toHour.cpp
|
|
|
toISOWeek.cpp
|
|
|
toISOYear.cpp
|
|
|
toJSONString.cpp
|
|
|
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
|
|
|
toModifiedJulianDay.cpp
|
Making Monotonicity an aggregate to use with designated initializers
|
2021-09-29 18:01:26 +02:00 |
toMonday.cpp
|
|
|
toMonth.cpp
|
|
|
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
|
|
|
toRelativeDayNum.cpp
|
|
|
toRelativeHourNum.cpp
|
|
|
toRelativeMinuteNum.cpp
|
|
|
toRelativeMonthNum.cpp
|
|
|
toRelativeQuarterNum.cpp
|
|
|
toRelativeSecondNum.cpp
|
|
|
toRelativeWeekNum.cpp
|
|
|
toRelativeYearNum.cpp
|
|
|
toSecond.cpp
|
|
|
toStartOfDay.cpp
|
|
|
toStartOfFifteenMinutes.cpp
|
|
|
toStartOfFiveMinutes.cpp
|
fix wrong alias
|
2022-04-22 11:27:24 +08:00 |
toStartOfHour.cpp
|
|
|
toStartOfInterval.cpp
|
Saturate date/datetime to zero (part 2)
|
2022-04-29 10:24:18 +08:00 |
toStartOfISOYear.cpp
|
|
|
toStartOfMinute.cpp
|
|
|
toStartOfMonth.cpp
|
|
|
toStartOfQuarter.cpp
|
|
|
toStartOfSecond.cpp
|
|
|
toStartOfSubsecond.cpp
|
toStartOf[...]second works
|
2022-02-13 18:41:45 +03:00 |
toStartOfTenMinutes.cpp
|
|
|
toStartOfYear.cpp
|
|
|
toTime.cpp
|
|
|
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
|
|
|
toUnixTimestamp64Milli.cpp
|
|
|
toUnixTimestamp64Nano.cpp
|
|
|
toValidUTF8.cpp
|
Fix some tests and comments
|
2022-06-15 14:40:21 +00:00 |
toYear.cpp
|
|
|
toYYYYMM.cpp
|
|
|
toYYYYMMDD.cpp
|
|
|
toYYYYMMDDhhmmss.cpp
|
|
|
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 |
translate.cpp
|
Fix style
|
2022-07-13 11:41:08 +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
|
|
|
tuple.cpp
|
keep LowCardinality type in tuple() function
|
2022-07-12 02:01:41 +00:00 |
tupleElement.cpp
|
fix style
|
2022-07-20 21:20:00 +08:00 |
tupleHammingDistance.cpp
|
Style
|
2021-09-09 15:41:22 +03:00 |
tupleToNameValuePairs.cpp
|
|
|
upper.cpp
|
|
|
upperUTF8.cpp
|
|
|
validateNestedArraySizes.cpp
|
|
|
VectorExtension.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
vectorFunctions.cpp
|
Fix for empty function name on FreeBSD build
|
2022-07-25 13:11:36 +02:00 |
visibleWidth.cpp
|
|
|
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
|
|
|
visitParamExtractString.cpp
|
|
|
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 |