.. |
array
|
Merge pull request #67707 from bigo-sg/opt_array_map
|
2024-09-09 14:37:50 +00:00 |
divide
|
Print CPU flags at startup
|
2024-02-16 13:06:57 +01:00 |
GatherUtils
|
Remove more code from old short circuit optimization
|
2024-05-21 19:37:32 +02:00 |
JSONPath
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
keyvaluepair
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
Kusto
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
tests
|
remote shart
|
2024-06-27 13:32:23 +01:00 |
UniqTheta
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
URL
|
merge master
|
2024-08-10 13:53:32 +00:00 |
UserDefined
|
Fix locking in UserDefinedSQLObjectsZooKeeperStorage.cpp
|
2024-09-01 23:43:05 +02:00 |
abs.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
acos.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
acosh.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
addDays.cpp
|
|
|
addHours.cpp
|
|
|
addMicroseconds.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
addMilliseconds.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
addMinutes.cpp
|
|
|
addMonths.cpp
|
|
|
addNanoseconds.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
addQuarters.cpp
|
|
|
addressToLine.cpp
|
Insignificant changes
|
2024-02-18 10:47:18 +01:00 |
addressToLine.h
|
Cleanup SymbolIndex after reload got removed
|
2023-07-09 09:25:11 +02:00 |
addressToLineWithInlines.cpp
|
Fix "logical error" in addressToLineWithInlines
|
2023-06-25 08:31:02 +02:00 |
addressToSymbol.cpp
|
Cleanup SymbolIndex after reload got removed
|
2023-07-09 09:25:11 +02:00 |
addSeconds.cpp
|
|
|
addWeeks.cpp
|
|
|
addYears.cpp
|
|
|
aes_decrypt_mysql.cpp
|
Fix "logs and exception messages formatting", part 3
|
2023-12-07 22:01:53 +01:00 |
aes_encrypt_mysql.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
alphaTokens.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
appendTrailingCharIfAbsent.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
arrayStringConcat.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
ascii.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
asin.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
asinh.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
assumeNotNull.cpp
|
Avoid crashing on column type mismatch in a few dozen places
|
2024-05-06 22:09:02 +00:00 |
atan2.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
atan.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
atanh.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
bar.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
base58Decode.cpp
|
|
|
base58Encode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
base64Decode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
base64Encode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
base64URLDecode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
base64URLEncode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
bitAnd.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitBoolMaskAnd.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitBoolMaskOr.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitCount.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitHammingDistance.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitNot.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitOr.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitRotateLeft.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitRotateRight.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitShiftLeft.cpp
|
Prevent another possible buffer overflow
|
2024-07-04 14:50:51 +00:00 |
bitShiftRight.cpp
|
Prevent another possible buffer overflow
|
2024-07-04 14:50:51 +00:00 |
bitSlice.cpp
|
Misc fixes
|
2024-08-05 17:41:47 +00:00 |
bitSwapLastTwo.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitTest.cpp
|
Address issues pointed out in the PR
|
2024-07-02 08:21:51 +00:00 |
bitTestAll.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitTestAny.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitWrapperFunc.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
bitXor.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
blockNumber.cpp
|
Make atomic counter relaxed
|
2022-12-13 13:34:41 +00:00 |
blockSerializedSize.cpp
|
do call finalize for all buffers
|
2023-06-16 16:38:18 +02:00 |
blockSize.cpp
|
Some cleanup of isDeterministic(InScopeOfQuery)()
|
2022-12-07 14:34:31 +00:00 |
byteSize.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
byteSwap.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
canonicalRand.cpp
|
Introduce more fields for in-source function documentation
|
2023-05-05 21:30:21 +00:00 |
caseWithExpression.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
castOrDefault.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
CastOverloadResolver.cpp
|
Avoid converting type to string and back in _CAST
|
2024-08-09 11:51:23 +00:00 |
CastOverloadResolver.h
|
Avoid converting type to string and back in _CAST
|
2024-08-09 11:51:23 +00:00 |
castTypeToEither.h
|
Useless changes
|
2024-05-10 05:55:04 +02:00 |
catboostEvaluate.cpp
|
|
|
cbrt.cpp
|
|
|
changeDate.cpp
|
Try to fix an msan issue
|
2024-07-13 22:07:46 +00:00 |
checkHyperscanRegexp.cpp
|
Remove broken lockless variant of re2
|
2023-09-14 16:40:42 +00:00 |
checkHyperscanRegexp.h
|
Some fixups
|
2024-01-07 22:28:08 +00:00 |
clamp.cpp
|
Apply suggestions from code review
|
2024-04-29 14:59:31 +02:00 |
CMakeLists.txt
|
remote shart
|
2024-06-27 13:32:23 +01:00 |
coalesce.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
concat.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
concatWithSeparator.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
connectionId.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
convertCharset.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
cos.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
cosh.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
countDigits.cpp
|
Digits doesn't belong with itoa anymore
|
2024-03-08 14:22:38 +01:00 |
countMatches.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
countMatches.h
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
countSubstrings.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
countSubstringsCaseInsensitive.cpp
|
|
|
countSubstringsCaseInsensitiveUTF8.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
CountSubstringsImpl.h
|
Incorporate review feedback
|
2024-08-04 09:52:36 +00:00 |
coverage.cpp
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
CRC.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
currentDatabase.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
currentProfiles.cpp
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
currentRoles.cpp
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
currentSchemas.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
currentUser.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
CustomWeekTransforms.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
date_trunc.cpp
|
fix error message
|
2024-08-31 10:49:50 +08:00 |
dateDiff.cpp
|
Merge pull request #66831 from rschu1ze/age-overflow
|
2024-07-22 14:29:32 +00:00 |
dateName.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
dateTimeToSnowflakeID.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
DateTimeTransforms.cpp
|
Revert "Revert "Add toMillisecond function""
|
2024-03-01 13:14:44 +00:00 |
DateTimeTransforms.h
|
fix build
|
2024-09-04 11:18:55 +02:00 |
decodeHTMLComponent.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
decodeXMLComponent.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
decrypt.cpp
|
Fix "logs and exception messages formatting", part 3
|
2023-12-07 22:01:53 +01:00 |
defaultValueOfArgumentType.cpp
|
|
|
defaultValueOfTypeName.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
degrees.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
demangle.cpp
|
Typo: demange.cpp --> demangle.cpp
|
2023-05-11 21:32:12 +00:00 |
divide.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
divideDecimal.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
DivisionUtils.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
dumpColumnStructure.cpp
|
|
|
dynamicElement.cpp
|
Fix tests, improve dynamic/variantElement functions, add more comments
|
2024-04-30 18:45:19 +00:00 |
dynamicType.cpp
|
Reimplement Dynamic type
|
2024-08-09 21:17:49 +00:00 |
empty.cpp
|
Fix
|
2024-08-15 19:24:31 +00:00 |
EmptyImpl.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
encodeXMLComponent.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
encrypt.cpp
|
Fix "logs and exception messages formatting", part 3
|
2023-12-07 22:01:53 +01:00 |
endsWith.cpp
|
|
|
endsWithUTF8.cpp
|
change as requested
|
2023-07-26 10:53:07 +08:00 |
equals.cpp
|
Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value"
|
2024-04-01 13:51:56 +02:00 |
erf.cpp
|
|
|
erfc.cpp
|
|
|
errorCodeToName.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
evalMLMethod.cpp
|
Ditch tons of garbage
|
2023-08-09 02:19:02 +02:00 |
exp2.cpp
|
|
|
exp10.cpp
|
|
|
exp.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
extract.cpp
|
Fix remainders, pt. III
|
2024-08-01 09:03:40 +00:00 |
extractAll.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
extractAllGroups.h
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
extractAllGroupsHorizontal.cpp
|
|
|
extractAllGroupsVertical.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
extractGroups.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
ExtractString.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
extractTextFromHTML.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
extractTimeZoneFromFunctionArguments.cpp
|
Remove nested dependency on DateLutImpl
|
2024-04-02 14:45:48 +02:00 |
extractTimeZoneFromFunctionArguments.h
|
Add compat setting for non-const timezones
|
2023-06-10 16:56:42 +00:00 |
factorial.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
filesystem.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
finalizeAggregation.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
firstLine.cpp
|
Added function firstLine to extract the first line from a multiline string
|
2023-07-18 12:18:26 +03:00 |
flattenTuple.cpp
|
|
|
format.cpp
|
Make format constexpr
|
2023-12-29 21:09:58 +01:00 |
formatDateTime.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
formatQuery.cpp
|
Pretty print tuples in CREATE TABLE statements
|
2024-08-17 03:44:18 +02:00 |
formatReadable.h
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
formatReadableDecimalSize.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
formatReadableQuantity.cpp
|
Move Allocator code into module part
|
2023-12-27 15:42:08 +01:00 |
formatReadableSize.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
formatReadableTimeDelta.cpp
|
added subseconds to formatReadableTimeDelta and add tests
|
2023-09-24 13:04:56 +02:00 |
formatRow.cpp
|
fix crash in function formatRow
|
2024-04-22 11:36:45 +00:00 |
formatString.h
|
Cosmetics: remove superfluous inline
|
2024-01-29 13:24:43 +00:00 |
fromDaysSinceYearZero.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
fromModifiedJulianDay.cpp
|
Avoid crashing on column type mismatch in a few dozen places
|
2024-05-06 22:09:02 +00:00 |
fromUnixTimestamp64Micro.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
fromUnixTimestamp64Milli.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
fromUnixTimestamp64Nano.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
FunctionBase58Conversion.h
|
update error codes related to number of accepted arguments
|
2024-07-22 11:21:54 +02:00 |
FunctionBase64Conversion.h
|
Fix build
|
2024-07-02 19:35:58 +00:00 |
FunctionBinaryArithmetic.h
|
Merge remote-tracking branch 'blessed/master' into mergetree_private
|
2024-07-11 19:58:54 +02:00 |
FunctionBitTestMany.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionChar.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionConstantBase.h
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
FunctionCustomWeekToDateOrDate32.h
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
FunctionCustomWeekToSomething.h
|
String argument support for toDayOfWeek(), toWeek() and toYearWeek()
|
2023-10-13 10:30:37 +00:00 |
FunctionDateOrDateTimeAddInterval.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionDateOrDateTimeToDateOrDate32.h
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
FunctionDateOrDateTimeToDateTimeOrDateTime64.h
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
FunctionDateOrDateTimeToSomething.h
|
KeyCondition: preparation
|
2023-10-14 04:32:25 +02:00 |
FunctionFactory.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionFactory.h
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionFile.cpp
|
Useless changes
|
2024-05-10 05:55:04 +02:00 |
FunctionFQDN.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionGenerateRandomStructure.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionGenerateRandomStructure.h
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
FunctionHelpers.cpp
|
Incorporate review feedback
|
2024-07-03 08:36:16 +00:00 |
FunctionHelpers.h
|
Replace validateArgumentType() by validateFunctionArguments()
|
2024-07-02 17:43:29 +00:00 |
FunctionIfBase.h
|
JIT infrastructure refactoring
|
2023-06-20 11:42:22 +03:00 |
FunctionJoinGet.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
FunctionMathBinaryFloat64.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionMathUnary.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionNumericPredicate.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsAES.cpp
|
Fix "logs and exception messages formatting", part 3
|
2023-12-07 22:01:53 +01:00 |
FunctionsAES.h
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
FunctionsBinaryRepresentation.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsBitmap.cpp
|
|
|
FunctionsBitmap.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsBitToArray.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsCharsetClassification.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsCodingIP.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsCodingIP.h
|
better exception message
|
2023-05-31 11:25:33 -04:00 |
FunctionsCodingULID.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionsCodingUUID.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsComparison.h
|
Fix right side of condition
|
2024-05-23 22:35:31 +02:00 |
FunctionsConsistentHashing.h
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
FunctionsConversion.cpp
|
Fix conversion for Dynamic, add more tests
|
2024-08-29 18:15:05 +00:00 |
FunctionsDecimalArithmetics.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsEmbeddedDictionaries.cpp
|
|
|
FunctionsEmbeddedDictionaries.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsExternalDictionaries.cpp
|
Add dictGetAll function for RegExpTreeDictionary
|
2023-06-04 23:46:04 -05:00 |
FunctionsExternalDictionaries.h
|
Change dictionary short circuit to always create values
|
2024-05-20 18:06:43 +02:00 |
FunctionsHashing.h
|
Merge pull request #68639 from m7kss1/ripedmd-160
|
2024-08-26 12:06:18 +00:00 |
FunctionsHashingInt.cpp
|
Review suggestions
|
2023-01-24 22:54:01 +00:00 |
FunctionsHashingMisc.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionsHashingMurmur.cpp
|
Add kafkaMurmurHash function
|
2023-03-29 18:09:15 +00:00 |
FunctionsHashingRipe.cpp
|
fix: wrap in conditional preprocessor directives
|
2024-08-22 19:08:05 +02:00 |
FunctionShowCertificate.cpp
|
|
|
FunctionShowCertificate.h
|
Use forward declaration of ThreadPool
|
2023-04-07 11:25:35 +02:00 |
FunctionsJSON.cpp
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type
|
2024-08-12 15:57:57 +00:00 |
FunctionsLanguageClassification.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsLogical.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
FunctionsLogical.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
FunctionsMiscellaneous.h
|
More minor changes
|
2024-01-01 19:17:04 +01:00 |
FunctionsMultiStringFuzzySearch.h
|
Fix remainders II
|
2024-08-01 09:03:40 +00:00 |
FunctionsMultiStringPosition.h
|
|
|
FunctionsMultiStringSearch.h
|
Fix remainders I
|
2024-08-01 09:03:39 +00:00 |
FunctionsOpDate.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionSpaceFillingCurve.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsProgrammingClassification.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionSQLJSON.cpp
|
|
|
FunctionSQLJSON.h
|
remove const (review)
|
2024-08-19 15:48:27 +02:00 |
FunctionsRandom.cpp
|
Adapt internal data structures to 512-bit era (#42564)
|
2022-10-25 13:56:28 +02:00 |
FunctionsRandom.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsRound.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
FunctionsRound.h
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
FunctionsStringDistance.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsStringHash.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsStringHash.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsStringHashFixedString.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsStringSearch.h
|
Fix remainders, pt. IV
|
2024-08-01 09:03:41 +00:00 |
FunctionsStringSearchToString.h
|
Fix remainders, pt. III
|
2024-08-01 09:03:40 +00:00 |
FunctionsStringSimilarity.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsStringSimilarity.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionStartsEndsWith.h
|
fix code style
|
2023-07-25 15:39:49 +08:00 |
FunctionsTextClassification.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsTimeWindow.cpp
|
Fix UB in tumbleEnd and tumbleStart
|
2024-08-09 14:06:52 +02:00 |
FunctionsTimeWindow.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
FunctionsTonalityClassification.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionsTransactionCounters.cpp
|
|
|
FunctionStringOrArrayToT.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionStringReplace.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionStringToString.h
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
FunctionsVisitParam.h
|
Fix remainders, pt. IV
|
2024-08-01 09:03:41 +00:00 |
FunctionTokens.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
FunctionUnaryArithmetic.h
|
JIT infrastructure refactoring
|
2023-06-20 11:42:22 +03:00 |
FunctionUnixTimestamp64.cpp
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
FunctionUnixTimestamp64.h
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
fuzzBits.cpp
|
Fix fuzzBits
|
2023-11-21 09:43:27 +00:00 |
gcd.cpp
|
|
|
GCDLCMImpl.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
generateSnowflakeID.cpp
|
Some fixups
|
2024-07-15 06:39:33 +00:00 |
generateULID.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
generateUUIDv4.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
generateUUIDv7.cpp
|
Merge pull request #65985 from rschu1ze/fix-error-messages
|
2024-07-03 17:22:57 +00:00 |
GeoHash.cpp
|
Useless changes
|
2024-05-10 05:55:04 +02:00 |
GeoHash.h
|
|
|
geohashDecode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
geohashEncode.cpp
|
Functions [a-g]: Use input_rows_count where appropriate
|
2024-07-22 07:32:36 +00:00 |
geohashesInBox.cpp
|
Replace validateArgumentType() by validateFunctionArguments()
|
2024-07-02 17:43:29 +00:00 |
geometryConverters.h
|
fixed typos
|
2024-08-08 11:20:55 -06:00 |
geoToH3.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
geoToS2.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
getClientHTTPHeader.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
getFuzzerData.cpp
|
Limit backtracking in parser
|
2024-03-17 20:16:23 +01:00 |
getMacro.cpp
|
Fixing test.
|
2024-07-12 17:06:07 +00:00 |
getScalar.cpp
|
Introduce isServerConstant() flag to functions.
|
2024-07-12 10:48:34 +00:00 |
getServerPort.cpp
|
Some cleanup of isDeterministic(InScopeOfQuery)()
|
2022-12-07 14:34:31 +00:00 |
getSetting.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
getSizeOfEnumType.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
getSubcolumn.cpp
|
Introduce more fields for in-source function documentation
|
2023-05-05 21:30:21 +00:00 |
getTypeSerializationStreams.cpp
|
Improve the performance of serialized aggregation method when involving multiple [nullable] columns.
|
2024-02-29 21:48:15 +08:00 |
globalVariable.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
greatCircleDistance.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
greater.cpp
|
Update greater.cpp
|
2024-02-14 17:44:06 +01:00 |
greaterOrEquals.cpp
|
Remove context from comparison functions.
|
2024-02-14 12:38:13 +00:00 |
greatest.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
GregorianDate.cpp
|
Fix the upper bound of function fromModifiedJulianDay()
|
2024-08-20 17:49:26 +09:00 |
GregorianDate.h
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
grouping.h
|
Merge pull request #62087 from ClickHouse/checkmate
|
2024-05-09 23:59:59 +00:00 |
h3CellAreaM2.cpp
|
|
|
h3CellAreaRads2.cpp
|
|
|
h3Distance.cpp
|
|
|
h3EdgeAngle.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3EdgeLengthKm.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3EdgeLengthM.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3ExactEdgeLengthKm.cpp
|
|
|
h3ExactEdgeLengthM.cpp
|
|
|
h3ExactEdgeLengthRads.cpp
|
|
|
h3GetBaseCell.cpp
|
|
|
h3GetDestinationIndexFromUnidirectionalEdge.cpp
|
|
|
h3GetFaces.cpp
|
|
|
h3GetIndexesFromUnidirectionalEdge.cpp
|
|
|
h3GetOriginIndexFromUnidirectionalEdge.cpp
|
|
|
h3GetPentagonIndexes.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3GetRes0Indexes.cpp
|
|
|
h3GetResolution.cpp
|
|
|
h3GetUnidirectionalEdge.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
h3GetUnidirectionalEdgeBoundary.cpp
|
|
|
h3GetUnidirectionalEdgesFromHexagon.cpp
|
|
|
h3HexAreaKm2.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3HexAreaM2.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3HexRing.cpp
|
|
|
h3IndexesAreNeighbors.cpp
|
|
|
h3IsPentagon.cpp
|
|
|
h3IsResClassIII.cpp
|
|
|
h3IsValid.cpp
|
|
|
h3kRing.cpp
|
|
|
h3Line.cpp
|
|
|
h3NumHexagons.cpp
|
fixes
|
2023-01-24 00:46:03 +01:00 |
h3PointDist.cpp
|
harmonize h3PointDist* error messages
|
2024-05-18 00:29:22 +02:00 |
h3ToCenterChild.cpp
|
|
|
h3ToChildren.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
h3toGeo.cpp
|
|
|
h3ToGeoBoundary.cpp
|
|
|
h3ToParent.cpp
|
|
|
h3ToString.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
h3UnidirectionalEdgeIsValid.cpp
|
|
|
hasColumnInTable.cpp
|
Rename Context::getSettings()
|
2024-07-15 14:28:12 +02:00 |
hasSubsequence.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
hasSubsequenceCaseInsensitive.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
hasSubsequenceCaseInsensitiveUTF8.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
HasSubsequenceImpl.h
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
hasSubsequenceUTF8.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
hasThreadFuzzer.cpp
|
|
|
hasToken.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
hasTokenCaseInsensitive.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
HasTokenImpl.h
|
Fix remainders, pt. IV
|
2024-08-01 09:03:41 +00:00 |
hilbertDecode2DLUT.h
|
fix gtest by adding header with Impl
|
2024-05-29 09:58:39 +00:00 |
hilbertDecode.cpp
|
review fixes
|
2024-06-01 09:49:26 +00:00 |
hilbertEncode2DLUT.h
|
style
|
2024-05-29 17:42:59 +00:00 |
hilbertEncode.cpp
|
update error codes related to number of accepted arguments
|
2024-07-22 11:21:54 +02:00 |
HTMLCharacterReference.generated.cpp
|
fix clang-tidy errors
|
2023-09-02 09:50:17 -07:00 |
HTMLCharacterReference.gperf
|
fix clang-tidy errors
|
2023-09-02 09:50:17 -07:00 |
HTMLCharacterReference.h
|
add script to generate hash function
|
2023-08-30 21:30:33 -07:00 |
HTMLCharacterReference.sh
|
fix clang-tidy errors
|
2023-09-02 09:50:17 -07:00 |
hypot.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
identity.cpp
|
Fix more tests with wirtual columns in StorageMerge.
|
2024-03-22 16:55:01 +00:00 |
identity.h
|
Restrict argument types for __actionName
|
2024-04-11 12:36:17 +00:00 |
idna.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
if.cpp
|
Fix for integers
|
2024-08-05 09:31:41 +00:00 |
if.h
|
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-15 17:12:22 +00:00 |
ifNotFinite.cpp
|
Impelement support for function range of Nullable argument
|
2023-06-26 12:03:25 +00:00 |
ifNull.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
IFunction.cpp
|
Revert "Merge pull request #65298 from Algunenano/low_cardinality_wtf"
|
2024-07-23 19:11:22 +02:00 |
IFunction.h
|
Fixing style
|
2024-07-12 15:51:16 +00:00 |
IFunctionAdaptors.h
|
Introduce isServerConstant() flag to functions.
|
2024-07-12 10:48:34 +00:00 |
IFunctionCustomWeek.h
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
IFunctionDateOrDateTime.h
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
ignore.cpp
|
|
|
ilike.cpp
|
|
|
in.cpp
|
remove properly
|
2023-08-25 16:49:23 +05:00 |
indexHint.cpp
|
|
|
indexHint.h
|
Merge branch 'master' into use-uniq-ptr-for-actions-dag
|
2024-07-25 15:22:45 +02:00 |
initcap.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
initcapUTF8.cpp
|
first commit
|
2024-08-19 07:12:44 +00:00 |
initializeAggregation.cpp
|
Move handling of RESPECT NULLS outside of the parser
|
2023-11-27 11:00:27 +01:00 |
initialQueryID.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
intDiv.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
intDivOrZero.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
intExp2.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
intExp10.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
isConstant.cpp
|
|
|
isDecimalOverflow.cpp
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
isFinite.cpp
|
Less use of CH-specific bit_cast()
|
2022-11-04 15:52:48 +00:00 |
isInfinite.cpp
|
Less use of CH-specific bit_cast()
|
2022-11-04 15:52:48 +00:00 |
isIPAddressContainedIn.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
isNaN.cpp
|
Remove PVS-Studio
|
2023-02-19 23:30:05 +01:00 |
isNotDistinctFrom.cpp
|
fix style, add built-in documentation
|
2023-08-30 15:06:35 +00:00 |
isNotDistinctFrom.h
|
Fix typos
|
2023-08-31 15:22:27 +00:00 |
isNotNull.cpp
|
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer.
|
2024-07-17 16:23:36 +00:00 |
isNull.cpp
|
Merge pull request #66654 from ClickHouse/fix-is-null-constant-folding-old-analyzer
|
2024-07-19 11:35:02 +00:00 |
isNullable.cpp
|
Disable getConstantResultForNonConstArguments for IS NULL with old analyzer.
|
2024-07-17 16:23:36 +00:00 |
IsOperation.h
|
fix
|
2024-03-01 17:42:57 +00:00 |
isValidUTF8.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
isZeroOrNull.cpp
|
Handle Null in function isZeroOrNull
|
2023-09-05 13:53:15 +00:00 |
ITupleFunction.h
|
|
|
JSONArrayLength.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
jsonMergePatch.cpp
|
Fix stack overflow in JSONMergePatch
|
2024-08-04 18:25:36 +02:00 |
JSONPaths.cpp
|
Fix tests
|
2024-08-14 12:20:33 +00:00 |
jumpConsistentHash.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
kostikConsistentHash.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
lcm.cpp
|
|
|
least.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
LeastGreatestGeneric.h
|
review fix
|
2024-06-05 15:47:42 +08:00 |
left.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
LeftRight.h
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
lemmatize.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
lengthUTF8.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
less.cpp
|
Remove context from comparison functions.
|
2024-02-14 12:38:13 +00:00 |
lessOrEquals.cpp
|
Remove context from comparison functions.
|
2024-02-14 12:38:13 +00:00 |
lgamma.cpp
|
|
|
like.cpp
|
Fixes #61051
|
2024-03-10 13:13:59 +00:00 |
like.h
|
|
|
locate.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
log1p.cpp
|
|
|
log2.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
log10.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
log.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
logical.h
|
Fixing style.
|
2024-02-15 17:35:44 +00:00 |
logTrace.cpp
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
lowCardinalityIndices.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
lowCardinalityKeys.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
lower.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
LowerUpperImpl.h
|
first commit
|
2024-08-19 07:12:44 +00:00 |
LowerUpperUTF8Impl.h
|
Don't forget to call ucasemap_close for every ucasemap_open
|
2024-09-06 17:25:14 +00:00 |
lowerUTF8.cpp
|
first commit
|
2024-08-19 07:12:44 +00:00 |
makeDate.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
map.cpp
|
change as request
|
2024-09-09 11:35:54 +08:00 |
match.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
MatchImpl.h
|
Incorporate review feedback
|
2024-08-04 09:52:36 +00:00 |
materialize.cpp
|
|
|
materialize.h
|
Convert sparse columns to full in materialize()
|
2024-09-10 14:23:31 +02:00 |
mathConstants.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
max2.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
min2.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
minSampleSize.cpp
|
Avoid crashing on column type mismatch in a few dozen places
|
2024-05-06 22:09:02 +00:00 |
minus.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
modulo.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
moduloOrZero.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
monthName.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
mortonDecode.cpp
|
style
|
2024-04-25 09:07:20 +00:00 |
mortonEncode.cpp
|
update error codes related to number of accepted arguments
|
2024-07-22 11:21:54 +02:00 |
multiFuzzyMatchAllIndices.cpp
|
|
|
multiFuzzyMatchAny.cpp
|
|
|
multiFuzzyMatchAnyIndex.cpp
|
|
|
multiIf.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
multiIf.h
|
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-15 17:12:22 +00:00 |
multiMatchAllIndices.cpp
|
|
|
MultiMatchAllIndicesImpl.h
|
merge master
|
2024-08-10 13:53:32 +00:00 |
multiMatchAny.cpp
|
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-15 17:12:22 +00:00 |
multiMatchAny.h
|
Fix 01656_test_query_log_factories_info with analyzer.
|
2024-02-15 17:12:22 +00:00 |
MultiMatchAnyImpl.h
|
merge master
|
2024-08-10 13:53:32 +00:00 |
multiMatchAnyIndex.cpp
|
|
|
multiply.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
multiplyDecimal.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
multiSearchAllPositions.cpp
|
|
|
multiSearchAllPositionsCaseInsensitive.cpp
|
|
|
multiSearchAllPositionsCaseInsensitiveUTF8.cpp
|
|
|
MultiSearchAllPositionsImpl.h
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
multiSearchAllPositionsUTF8.cpp
|
|
|
multiSearchAny.cpp
|
|
|
multiSearchAnyCaseInsensitive.cpp
|
|
|
multiSearchAnyCaseInsensitiveUTF8.cpp
|
|
|
multiSearchAnyUTF8.cpp
|
|
|
multiSearchFirstIndex.cpp
|
|
|
multiSearchFirstIndexCaseInsensitive.cpp
|
|
|
multiSearchFirstIndexCaseInsensitiveUTF8.cpp
|
|
|
MultiSearchFirstIndexImpl.h
|
merge master
|
2024-08-10 13:53:32 +00:00 |
multiSearchFirstIndexUTF8.cpp
|
|
|
multiSearchFirstPosition.cpp
|
|
|
multiSearchFirstPositionCaseInsensitive.cpp
|
|
|
multiSearchFirstPositionCaseInsensitiveUTF8.cpp
|
|
|
MultiSearchFirstPositionImpl.h
|
merge master
|
2024-08-10 13:53:32 +00:00 |
multiSearchFirstPositionUTF8.cpp
|
|
|
MultiSearchImpl.h
|
merge master
|
2024-08-10 13:53:32 +00:00 |
negate.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
neighbor.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
nested.cpp
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
normalizedQueryHash.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
normalizeQuery.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
normalizeString.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
notEmpty.cpp
|
|
|
notEquals.cpp
|
Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value"
|
2024-04-01 13:51:56 +02:00 |
notILike.cpp
|
|
|
notLike.cpp
|
Minor cleanups
|
2022-11-07 14:03:46 +00:00 |
now64.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
now.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
nowInBlock.cpp
|
Remove some unnecessary copies
|
2024-07-11 14:09:00 +02:00 |
nullIf.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
numLiteralChars.h
|
change as requested
|
2023-03-06 17:08:55 +08:00 |
overlay.cpp
|
Minor follow-up to #66933
|
2024-09-06 12:39:05 +00:00 |
padString.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
parseDateTime.cpp
|
formatDateTime[InJodaSyntax]: make format string optional
|
2024-07-29 17:24:28 +00:00 |
parseReadableSize.cpp
|
impl
|
2024-07-26 23:05:56 +01:00 |
parseTimeDelta.cpp
|
Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH
|
2024-05-06 11:35:48 +02:00 |
partitionId.cpp
|
Make the alias case-sensitive
|
2024-07-15 08:57:11 +02:00 |
PerformanceAdaptors.h
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
plus.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
pointInEllipses.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
pointInPolygon.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
polygonArea.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
polygonConvexHull.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
polygonPerimeter.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
polygonsDistance.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
polygonsEquals.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
polygonsIntersection.cpp
|
Added support for reading multilinestring wkts
|
2024-08-01 18:23:11 -06:00 |
polygonsSymDifference.cpp
|
Added support for reading multilinestring wkts
|
2024-08-01 18:23:11 -06:00 |
polygonsUnion.cpp
|
Added support for reading multilinestring wkts
|
2024-08-01 18:23:11 -06:00 |
polygonsWithin.cpp
|
Added support for reading multilinestring wkts
|
2024-08-01 18:23:11 -06:00 |
PolygonUtils.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
position.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
positionCaseInsensitive.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
positionCaseInsensitiveUTF8.cpp
|
|
|
PositionImpl.h
|
Fix remainders, pt. IV
|
2024-08-01 09:03:41 +00:00 |
positionUTF8.cpp
|
|
|
pow.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
printf.cpp
|
change as request
|
2024-08-03 22:43:12 +08:00 |
punycode.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
queryID.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
radians.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
rand64.cpp
|
|
|
rand.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
randConstant.cpp
|
Fix incorrect code indentation
|
2023-03-26 17:14:01 +08:00 |
randDistribution.cpp
|
Prevent misuse of random number distributions
|
2024-07-29 02:00:30 +02:00 |
randomFixedString.cpp
|
Cleanup IDataType convenience functions
|
2023-11-06 13:25:32 +00:00 |
randomPrintableASCII.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
randomString.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
randomStringUTF8.cpp
|
Fix style
|
2023-05-11 09:29:05 +00:00 |
readWkt.cpp
|
Added support for reading multilinestring wkts
|
2024-08-01 18:23:11 -06:00 |
regexpExtract.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
regexpQuoteMeta.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
Regexps.h
|
Minor updates
|
2024-07-03 14:43:47 +00:00 |
registerFunctions.cpp
|
|
|
registerFunctions.h
|
|
|
reinterpretAs.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
repeat.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
replaceAll.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
replaceOne.cpp
|
replace{One/All}(): allow non-const pattern and replacement arguments
|
2023-04-04 08:26:28 +00:00 |
replaceRegexpAll.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
ReplaceRegexpImpl.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
replaceRegexpOne.cpp
|
replace{One/All}(): allow non-const pattern and replacement arguments
|
2023-04-04 08:26:28 +00:00 |
ReplaceStringImpl.h
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
replicate.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
replicate.h
|
|
|
reverse.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
reverse.h
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
reverseUTF8.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
right.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
roundAge.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
roundDuration.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
roundToExp2.cpp
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
rowNumberInAllBlocks.cpp
|
Fix flaky test 01459_manual_write_to_replicas_quorum_detach_attach and several typos
|
2023-01-03 16:27:51 +01:00 |
rowNumberInBlock.cpp
|
More iota
|
2023-12-29 17:20:18 +01:00 |
runningAccumulate.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
runningConcurrency.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
runningDifference.cpp
|
|
|
runningDifference.h
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
runningDifferenceStartingWithFirstValue.cpp
|
|
|
s2_fwd.h
|
Remove old code
|
2024-03-04 00:11:55 +01:00 |
s2CapContains.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
s2CapUnion.cpp
|
|
|
s2CellsIntersect.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
s2GetNeighbors.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
s2RectAdd.cpp
|
Fix test
|
2023-07-19 13:43:40 +00:00 |
s2RectContains.cpp
|
Fix test
|
2023-07-19 13:43:40 +00:00 |
s2RectIntersection.cpp
|
Fix test
|
2023-07-19 13:43:40 +00:00 |
s2RectUnion.cpp
|
Fix test
|
2023-07-19 13:43:40 +00:00 |
s2ToGeo.cpp
|
Better detecting invalid figures
|
2023-07-18 16:26:10 +02:00 |
seriesDecomposeSTL.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
seriesOutliersDetectTukey.cpp
|
Cleanup FunctionArgumentDescriptor
|
2024-07-02 16:30:48 +00:00 |
seriesPeriodDetectFFT.cpp
|
refactor: avoid unneed calculation in SeriesPeriodDetect
|
2024-07-10 19:01:52 +08:00 |
serverConstants.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
sigmoid.cpp
|
|
|
sign.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
sin.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
sinh.cpp
|
|
|
sleep.cpp
|
|
|
sleep.h
|
Fix
|
2024-08-08 02:47:02 +02:00 |
sleepEachRow.cpp
|
|
|
snowflake.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
snowflakeIDToDateTime.cpp
|
Remove some unnecessary copies
|
2024-07-11 14:09:00 +02:00 |
soundex.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
space.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
splitByChar.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
splitByNonAlpha.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
splitByRegexp.cpp
|
Fix AST fuzzer failure
|
2024-05-23 13:04:18 +00:00 |
splitByString.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
splitByWhitespace.cpp
|
Move StringUtils.h/cpp back to Common/
|
2024-05-19 09:39:36 +00:00 |
sqid.cpp
|
14% more aesthetic code
|
2024-09-10 15:46:21 +00:00 |
sqrt.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
startsWith.cpp
|
|
|
startsWithUTF8.cpp
|
change as requested
|
2023-07-26 10:53:07 +08:00 |
stem.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
stl.hpp
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
stringCutToZero.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
StringHelpers.h
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
stringToH3.cpp
|
Cleanup some known short messages
|
2023-12-26 12:58:50 +01:00 |
structureToFormatSchema.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
substring.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
substringIndex.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
subtractDays.cpp
|
|
|
subtractHours.cpp
|
|
|
subtractMicroseconds.cpp
|
Refactorings in FunctionDateOrDateTimeAddInterval
|
2023-10-20 15:47:16 +00:00 |
subtractMilliseconds.cpp
|
Refactorings in FunctionDateOrDateTimeAddInterval
|
2023-10-20 15:47:16 +00:00 |
subtractMinutes.cpp
|
|
|
subtractMonths.cpp
|
|
|
subtractNanoseconds.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
subtractQuarters.cpp
|
|
|
subtractSeconds.cpp
|
|
|
subtractWeeks.cpp
|
|
|
subtractYears.cpp
|
|
|
svg.cpp
|
Useless changes
|
2024-05-12 01:48:03 +02:00 |
synonyms.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
tan.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
tanh.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
tgamma.cpp
|
|
|
throwIf.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
tid.cpp
|
|
|
timeSlot.cpp
|
|
|
timeSlots.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
timestamp.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
timezoneOf.cpp
|
remove additional logging
|
2023-04-12 17:45:11 +02:00 |
timezoneOffset.cpp
|
|
|
toBool.cpp
|
Avoid converting type to string and back in _CAST
|
2024-08-09 11:51:23 +00:00 |
toColumnTypeName.cpp
|
|
|
toCustomWeek.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
today.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toDayOfMonth.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toDayOfWeek.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toDayOfYear.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toDaysSinceYearZero.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toDecimalString.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
toFixedString.cpp
|
|
|
toFixedString.h
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
toHour.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toISOWeek.cpp
|
|
|
toISOYear.cpp
|
|
|
toJSONString.cpp
|
|
|
tokenExtractors.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
toLastDayOfMonth.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toLowCardinality.cpp
|
|
|
toMillisecond.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toMinute.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toModifiedJulianDay.cpp
|
Fix style
|
2023-07-06 02:52:55 +02:00 |
toMonday.cpp
|
|
|
toMonth.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toNullable.cpp
|
|
|
toQuarter.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toRelativeDayNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeHourNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeMinuteNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeMonthNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeQuarterNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeSecondNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeWeekNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toRelativeYearNum.cpp
|
Replace is_extended_result by ResultPrecision
|
2022-10-20 08:18:22 +00:00 |
toSecond.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toStartOfDay.cpp
|
|
|
toStartOfFifteenMinutes.cpp
|
|
|
toStartOfFiveMinutes.cpp
|
|
|
toStartOfHour.cpp
|
|
|
toStartOfInterval.cpp
|
small fixes for Date32
|
2024-09-04 16:56:07 +02:00 |
toStartOfISOYear.cpp
|
|
|
toStartOfMinute.cpp
|
|
|
toStartOfMonth.cpp
|
|
|
toStartOfQuarter.cpp
|
|
|
toStartOfSecond.cpp
|
|
|
toStartOfSubsecond.cpp
|
|
|
toStartOfTenMinutes.cpp
|
|
|
toStartOfYear.cpp
|
|
|
toTime.cpp
|
|
|
toTimezone.cpp
|
Remove some unnecessary copies
|
2024-07-11 14:09:00 +02:00 |
toTypeName.cpp
|
Hide Settings object from Context.h
|
2024-07-11 14:00:05 +02:00 |
toUnixTimestamp64Micro.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
toUnixTimestamp64Milli.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
toUnixTimestamp64Nano.cpp
|
Less crap
|
2024-03-17 12:53:59 +01:00 |
toValidUTF8.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
toYear.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
toYYYYMM.cpp
|
|
|
toYYYYMMDD.cpp
|
|
|
toYYYYMMDDhhmmss.cpp
|
|
|
transform.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
TransformDateTime64.h
|
Fix clang-tidy "-readability-redundant-inline-specifier"
|
2024-05-19 10:23:58 +00:00 |
translate.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
trap.cpp
|
Revert "Revert "Check stack size in Parser""
|
2024-02-27 01:34:50 +03:00 |
trim.cpp
|
Functions [h-r]*: Iterate over input_rows_count where appropriate
|
2024-07-23 17:21:46 +00:00 |
tryBase58Decode.cpp
|
|
|
tryBase64Decode.cpp
|
Docs updated, __msan_unpoison usage fixed
|
2024-06-11 15:13:42 +00:00 |
tryBase64URLDecode.cpp
|
base64En/Decode64Url --> base64En/Decode64URL
|
2024-06-27 09:05:44 +00:00 |
tryDecrypt.cpp
|
Fix "logs and exception messages formatting", part 3
|
2023-12-07 22:01:53 +01:00 |
tuple.cpp
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
tuple.h
|
Less indirect dependencies on Settings.h
|
2024-07-11 17:33:14 +02:00 |
tupleConcat.cpp
|
Fix tupleConcat of two empty tuples
|
2024-06-06 23:43:14 +08:00 |
tupleElement.cpp
|
Fix logical error in tupleElement()
|
2023-06-28 18:35:33 +00:00 |
tupleHammingDistance.cpp
|
Delete a line
|
2023-06-25 02:39:25 +02:00 |
tupleNames.cpp
|
Extend tuple() and add tupleNames()
|
2024-07-08 01:29:58 +08:00 |
tupleToNameValuePairs.cpp
|
Functions [s-t]*: Iterate over input_rows_count where appropriate
|
2024-07-25 10:00:17 +00:00 |
upper.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
upperUTF8.cpp
|
first commit
|
2024-08-19 07:12:44 +00:00 |
UTCTimestamp.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
UTCTimestampTransform.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
validateNestedArraySizes.cpp
|
SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH
|
2023-02-27 08:31:40 +00:00 |
variantElement.cpp
|
Fix tests, improve dynamic/variantElement functions, add more comments
|
2024-04-30 18:45:19 +00:00 |
variantType.cpp
|
Fix
|
2024-01-30 20:32:59 +01:00 |
VectorExtension.h
|
|
|
vectorFunctions.cpp
|
Make CaseSensitiveness an enum class
|
2024-07-17 20:56:30 +00:00 |
visibleWidth.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
visitParamExtractBool.cpp
|
Add inline docs to functions
|
2024-03-06 11:10:02 +00:00 |
visitParamExtractFloat.cpp
|
Add inline docs to functions
|
2024-03-06 11:10:02 +00:00 |
visitParamExtractInt.cpp
|
Add inline docs to functions
|
2024-03-06 11:10:02 +00:00 |
visitParamExtractRaw.cpp
|
Fix typo in inline doc
|
2024-03-06 16:31:27 +00:00 |
visitParamExtractString.cpp
|
Add a setting to allow saving bad escape sequences in JSON input formats
|
2024-03-25 21:58:53 +00:00 |
visitParamExtractUInt.cpp
|
Add inline docs to functions
|
2024-03-06 11:10:02 +00:00 |
visitParamHas.cpp
|
Add inline docs to functions
|
2024-03-06 11:10:02 +00:00 |
widthBucket.cpp
|
Functions: Iterate over input_rows_count where appropriate
|
2024-07-28 13:26:42 +00:00 |
wkt.cpp
|
Better
|
2024-05-24 18:02:45 +00:00 |
yesterday.cpp
|
Remove nested dependency on DateLutImpl
|
2024-04-02 14:45:48 +02:00 |
ztest.cpp
|
Avoid crashing on column type mismatch in a few dozen places
|
2024-05-06 22:09:02 +00:00 |