ClickHouse/src/Functions/array
Igor Nikonov 6733a85d25 Fixes
2023-03-28 20:26:21 +00:00
..
array.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayAggregation.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
arrayAll.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayAUC.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayCompact.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
arrayConcat.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayCount.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayCumSum.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
arrayCumSumNonNegative.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
arrayDifference.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
arrayDistance.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayDistinct.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayElement.cpp Better type check in arrayElement function 2023-03-24 23:36:45 +01:00
arrayEnumerate.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayEnumerateDense.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayEnumerateDenseRanked.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayEnumerateExtended.h SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayEnumerateRanked.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayEnumerateRanked.h SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayEnumerateUniq.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayEnumerateUniqRanked.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayExists.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayFill.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayFilter.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayFirstLast.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayFirstLastIndex.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayFlatten.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayIndex.h FunctionToSubcolumnsPass mapContains map argument result type fix 2023-02-16 12:17:02 +01:00
arrayIntersect.cpp Fixes 2023-03-28 20:26:21 +00:00
arrayJoin.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayMap.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayNorm.cpp Fix 6/7 of trash 2022-09-19 08:53:20 +02:00
arrayPop.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayPopBack.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayPopFront.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayPush.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayPushBack.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayPushFront.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayReduce.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayReduceInRanges.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayResize.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayReverse.cpp add checks 2023-03-09 12:37:57 +01:00
arrayScalarProduct.h forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
arrayShuffle.cpp FIXUP: Remove use of legacy exceptions api 2023-01-27 21:27:09 +00:00
arraySlice.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arraySort.cpp FIXUP: FunctionArrayMapped - Simpler arg passing for check/exec 2023-02-18 17:20:57 +00:00
arraySplit.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayUniq.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
arrayWithConstant.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayZip.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
CMakeLists.txt Automated function registration 2022-07-29 15:39:50 +08:00
countEqual.cpp Automated function registration 2022-07-29 15:39:50 +08:00
emptyArray.cpp Automated function registration 2022-07-29 15:39:50 +08:00
emptyArrayToSingle.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionArrayMapped.h SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
has.cpp Automated function registration 2022-07-29 15:39:50 +08:00
hasAll.cpp Automated function registration 2022-07-29 15:39:50 +08:00
hasAllAny.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
hasAny.cpp Automated function registration 2022-07-29 15:39:50 +08:00
hasSubstr.cpp Automated function registration 2022-07-29 15:39:50 +08:00
indexOf.cpp Automated function registration 2022-07-29 15:39:50 +08:00
length.cpp add empty/notEmpty function support for IP types 2023-01-30 20:37:08 +00:00
mapOp.cpp More tests 2023-03-15 00:38:46 +01:00
mapPopulateSeries.cpp fixes 2023-01-24 00:46:03 +01:00
range.cpp allow IPv4 in range() 2023-02-27 21:36:21 +00:00