ClickHouse/src/Functions/array
robot-ch-test-poll1 89a33c5879
Merge pull request #52176 from FFFFFFFHHHHHHH/add_length_alias
Add OCTET_LENGTH as an alias to length
2023-07-17 13:34:01 +02:00
..
array.cpp Automated function registration 2022-07-29 15:39:50 +08:00
arrayAggregation.cpp Merge branch 'master' into rework-map-functions 2023-04-20 18:44:40 +02:00
arrayAll.cpp move code to cpp files 2023-04-20 16:17:30 +00:00
arrayAll.h move code to cpp files 2023-04-20 16:17:30 +00:00
arrayAUC.cpp Merge branch 'master' into dot_product 2023-04-24 11:29:05 +08:00
arrayCompact.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2023-04-03 14:11:04 +00:00
arrayConcat.cpp move code to cpp files 2023-04-20 16:17:30 +00:00
arrayConcat.h move code to cpp files 2023-04-20 16:17:30 +00:00
arrayCount.cpp remove outdated code for Map type 2023-03-27 18:31:43 +00:00
arrayCumSum.cpp Merge branch 'master' into rework-map-functions 2023-04-20 18:44:40 +02:00
arrayCumSumNonNegative.cpp Merge branch 'master' into rework-map-functions 2023-04-20 18:44:40 +02:00
arrayDifference.cpp Merge branch 'master' into rework-map-functions 2023-04-20 18:44:40 +02: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
arrayDotProduct.cpp Impelement support for function range of Nullable argument 2023-06-26 12:03:25 +00: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 Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
arrayEnumerateRanked.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayEnumerateRanked.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02: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 move code to cpp files 2023-04-20 16:17:30 +00:00
arrayExists.h move code to cpp files 2023-04-20 16:17:30 +00:00
arrayFill.cpp remove outdated code for Map type 2023-03-27 18:31:43 +00:00
arrayFilter.cpp move code to cpp files 2023-04-20 16:17:30 +00:00
arrayFilter.h move code to cpp files 2023-04-20 16:17:30 +00:00
arrayFirstLast.cpp remove outdated code for Map type 2023-03-27 18:31:43 +00:00
arrayFirstLastIndex.cpp remove outdated code for Map type 2023-03-27 18:31:43 +00:00
arrayFlatten.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayIndex.h Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
arrayIntersect.cpp Fixes 2023-03-28 20:26:21 +00:00
arrayJaccardIndex.cpp More fixes, pt. II 2023-07-03 20:26:10 +00:00
arrayJoin.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arrayMap.cpp fix style-check 2023-03-27 21:26:37 +00:00
arrayMap.h remove outdated code for Map type 2023-03-27 18:31:43 +00:00
arrayNorm.cpp Impelement support for function range of Nullable argument 2023-06-26 12:03:25 +00: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 fix return type 2023-05-09 11:36:15 +08:00
arrayShuffle.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
arraySlice.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
arraySort.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +00:00
arraySort.h fix style-check 2023-04-21 12:32:35 +00:00
arraySplit.cpp remove outdated code for Map type 2023-03-27 18:31:43 +00: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 rework functions that work with Map type 2023-03-27 17:34:17 +00:00
countEqual.cpp Automated function registration 2022-07-29 15:39:50 +08:00
emptyArray.cpp Pass element type as param to ctor 2023-06-21 14:04:45 +02:00
emptyArrayToSingle.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionArrayMapped.h fix arrayMap with array of tuples with single argument 2023-05-11 14:52:01 +00:00
FunctionsMapMiscellaneous.cpp Introduce more fields for in-source function documentation 2023-05-05 21:30:21 +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 length alias 2023-07-17 10:41:18 +08: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 Fix const(Nullable) case, add test 2023-07-11 16:27:28 +00:00