ClickHouse/src/AggregateFunctions
Yarik Briukhovetskyi fba71903e5
Merge pull request #66103 from yariks5s/group_array_intersect_merge_fix
Fix for `groupArrayIntersect`
2024-07-18 10:36:22 +00:00
..
Combinators Fix alignment of Distinct combinator 2024-06-18 12:46:57 +02:00
DDSketch Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
examples Fixed code review issues 2024-01-30 19:36:40 +03:00
fuzzers Fix fuzzers 2024-03-17 15:44:36 +01:00
tests Ditch tons of garbage 2023-08-09 02:19:02 +02:00
AggregateFunctionAggThrow.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionAnalysisOfVariance.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAny.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAnyHeavy.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionAnyRespectNulls.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAvg.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAvg.h more fixes for big endian 2023-08-21 12:13:56 -07:00
AggregateFunctionAvgWeighted.cpp Remove support of Decimal inside avgWeighted #56435 2023-11-08 03:52:23 +01:00
AggregateFunctionBitwise.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionBoundingRatio.cpp fix as comment 2024-05-03 03:52:17 +02:00
AggregateFunctionCategoricalInformationValue.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregateFunctionContingencyCoefficient.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCorr.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionCount.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionCount.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
AggregateFunctionCovar.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionCramersV.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCramersVBiasCorrected.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionDeltaSum.cpp Someone thinks too high about their code 2023-11-07 23:20:01 +01:00
AggregateFunctionDeltaSumTimestamp.cpp Fix style 2023-11-08 03:33:41 +01:00
AggregateFunctionEntropy.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionExponentialMovingAverage.cpp Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
AggregateFunctionFactory.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionFactory.h Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionFlameGraph.cpp Useless changes 2024-05-10 06:58:21 +02:00
AggregateFunctionFourthMoment.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionGroupArray.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionGroupArrayInsertAt.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionGroupArrayIntersect.cpp fix 2024-07-11 18:58:53 +02:00
AggregateFunctionGroupArrayMoving.cpp Fix error in groupArrayMovingSum 2023-07-17 00:30:53 +02:00
AggregateFunctionGroupArraySorted.cpp Useless changes 2024-05-11 22:51:57 +02:00
AggregateFunctionGroupBitmap.cpp Remove useless header files 2023-11-06 03:57:01 +01:00
AggregateFunctionGroupBitmapData.h fix as proposed 2023-09-29 14:28:43 +00:00
AggregateFunctionGroupConcat.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionGroupUniqArray.cpp Useless changes 2024-05-11 22:51:57 +02:00
AggregateFunctionHistogram.cpp Maybe fix tidy 2023-11-11 08:58:06 +01:00
AggregateFunctionIntervalLengthSum.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionKolmogorovSmirnovTest.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionLargestTriangleThreeBuckets.cpp Useless changes 2024-05-11 22:51:57 +02:00
AggregateFunctionMannWhitney.cpp Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionMaxIntersections.cpp Fix crash in maxIntersections 2024-06-25 22:00:54 +02:00
AggregateFunctionMeanZTest.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionMLMethod.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionMLMethod.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AggregateFunctionNothing.cpp Use different names for nothing function with different result types 2024-01-24 09:55:09 +00:00
AggregateFunctionNothing.h Use different names for nothing function with different result types 2024-01-24 09:55:09 +00:00
AggregateFunctionQuantile.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantile.h Fix for clang-19 2024-03-22 22:12:59 +01:00
AggregateFunctionQuantileBFloat16.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileBFloat16Weighted.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileDD.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileDeterministic.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExact.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactExclusive.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactHigh.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileExactInclusive.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileExactLow.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileGK.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileInterpolatedWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTDigest.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTDigestWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTiming.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileTimingWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionRankCorrelation.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionRetention.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionsArgMinArgMax.cpp Better handling illegal user input not to throw unexpected of CORRUPTED_DATA errors 2024-05-21 08:53:30 +00:00
AggregateFunctionSecondMoment.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSequenceMatch.cpp Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionSequenceNextNode.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
AggregateFunctionSimpleLinearRegression.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionSingleValueOrNull.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionsMinMax.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSparkbar.cpp Analyzer setting max_streams_to_max_threads_ratio overflow fix 2024-05-07 17:21:25 +03:00
AggregateFunctionStatistics.cpp Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionStatisticsSimple.h Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionStudentTTest.cpp Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
AggregateFunctionSum.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSum.h Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
AggregateFunctionSumCount.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionSumMap.cpp harmonize sumMap error messages on ILLEGAL_TYPE_OF_ARGUMENT 2024-05-10 13:04:16 +02:00
AggregateFunctionTheilsU.cpp Correct UInt128 accessors for AggregateFunctionCrossTab results. 2023-11-01 12:58:08 -07:00
AggregateFunctionThirdMoment.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionTopK.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionTTest.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionUniq.cpp multiple fixes 2023-06-06 04:18:51 +00:00
AggregateFunctionUniq.h Fixed code review issues 2024-03-28 15:04:14 +03:00
AggregateFunctionUniqCombined12.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined13.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined14.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined15.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined16.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined17.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined18.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined19.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined20.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined.cpp Fix style 2023-11-12 04:36:50 +01:00
AggregateFunctionUniqCombined.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AggregateFunctionUniqUpTo.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionVarianceMatrix.cpp Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionWelchTTest.cpp Move ErrorCodes inside DB namespace 2024-05-06 23:59:59 +02:00
AggregateFunctionWindowFunnel.cpp Address review comments 2023-11-07 18:40:34 +01:00
CMakeLists.txt Rename as suggested. 2023-09-28 15:11:56 +08:00
CrossTab.h Correct UInt128 accessors for AggregateFunctionCrossTab results. 2023-11-01 12:58:08 -07:00
DDSketch.h Useless changes 2024-05-11 22:51:57 +02:00
FactoryHelpers.h Fix error and remove garbage 2024-03-23 01:30:12 +01:00
Helpers.h Useless changes 2024-05-11 22:51:57 +02:00
IAggregateFunction_fwd.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
IAggregateFunction.cpp Correct implementation of agg state comparison 2022-10-18 14:05:06 +08:00
IAggregateFunction.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
KeyHolderHelpers.h fix 2024-01-23 14:46:33 +01:00
Moments.h Check for overflow before addition in anova function 2023-09-07 07:54:06 +00:00
parseAggregateFunctionParameters.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
parseAggregateFunctionParameters.h Fixing build. 2022-07-20 20:30:16 +00:00
QuantileBFloat16Histogram.h Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
QuantileDD.h Rename quantileDDSketch to quantileDD 2024-01-30 11:49:56 +01:00
QuantileExact.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
QuantilesCommon.h Use iota in more places 2023-12-29 17:20:18 +01:00
QuantileTDigest.h Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
QuantileTiming.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
registerAggregateFunctions.cpp fix fuzzer crash 2024-06-20 15:38:54 +00:00
registerAggregateFunctions.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSampler.h Don't access static members through instance 2024-04-03 18:50:33 +00:00
ReservoirSamplerDeterministic.h Useless changes 2024-05-11 22:51:57 +02:00
SingleValueData.cpp Fix argMax with nullable non native numeric column 2024-04-04 13:55:52 +02:00
SingleValueData.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
StatCommon.h Replace std::iota with DB::iota where possible 2023-12-29 14:38:22 +01:00
ThetaSketchData.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
UniqCombinedBiasData.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqCombinedBiasData.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqExactSet.h Fixed code review issues 2024-03-28 15:04:14 +03:00
UniquesHashSet.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
UniqVariadicHash.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqVariadicHash.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00