ClickHouse/src/AggregateFunctions
2024-04-15 09:58:33 +00:00
..
Combinators Don't access static members through instance 2024-04-03 18:50:33 +00: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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregateFunctionAnalysisOfVariance.cpp Address review comments 2023-11-07 18:40:34 +01:00
AggregateFunctionAny.cpp Introduce one template level to argMin to recover some perf 2024-01-22 17:31:34 +01:00
AggregateFunctionAnyHeavy.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionAnyRespectNulls.cpp Improvements based on PR review 2024-02-28 18:28:38 +01:00
AggregateFunctionAvg.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionBoundingRatio.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionCategoricalInformationValue.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregateFunctionContingencyCoefficient.cpp
AggregateFunctionCorr.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionCount.cpp Fix style 2024-03-23 03:26:59 +01:00
AggregateFunctionCount.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
AggregateFunctionCovar.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionCramersV.cpp
AggregateFunctionCramersVBiasCorrected.cpp
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 Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
AggregateFunctionFactory.h PR review suggestions 2023-11-27 17:39:11 +01:00
AggregateFunctionFlameGraph.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionFourthMoment.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionGroupArray.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionGroupArrayInsertAt.cpp Merge with master 2023-11-07 19:44:18 +01:00
AggregateFunctionGroupArrayIntersect.cpp Merge branch 'group_array_intersect' of github.com:yariks5s/ClickHouse into group_array_intersect 2024-02-21 15:05:31 +00:00
AggregateFunctionGroupArrayMoving.cpp Fix error in groupArrayMovingSum 2023-07-17 00:30:53 +02:00
AggregateFunctionGroupArraySorted.cpp Fix problem detected by ubsan 2024-03-12 11:52:17 +01: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
AggregateFunctionGroupUniqArray.cpp Address review comments 2023-11-07 18:40:34 +01: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 Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
AggregateFunctionLargestTriangleThreeBuckets.cpp Fix crash in largestTriangleThreeBuckets 2024-04-15 09:58:33 +00:00
AggregateFunctionMannWhitney.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionMaxIntersections.cpp Fix style 2023-11-06 04:56:51 +01:00
AggregateFunctionMeanZTest.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionMLMethod.cpp Fix crash in stochasticLinearRegression. 2023-02-02 19:08:23 +00: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 Fix style 2024-03-23 03:26:59 +01: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 Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileDD.cpp Fix error 2024-03-23 04:52:45 +01: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 Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactInclusive.cpp Fix error 2024-03-23 04:52:45 +01: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 Fix error 2024-03-23 04:52:45 +01: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 Tidy 2024-01-23 10:43:00 +01:00
AggregateFunctionSecondMoment.cpp Add STD alias to stddevPop function for MySQL compatibility 2023-09-07 03:46:27 +00:00
AggregateFunctionSequenceMatch.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
AggregateFunctionSequenceNextNode.cpp Fix tidy 2023-11-06 16:28:05 +01: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 Introduce one template level to argMin to recover some perf 2024-01-22 17:31:34 +01:00
AggregateFunctionSparkbar.cpp optimize 2023-12-29 10:38:13 +08:00
AggregateFunctionStatistics.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionStatisticsSimple.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AggregateFunctionStudentTTest.cpp Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
AggregateFunctionSum.cpp Add Decimal256 to a lot of places 2023-03-14 22:10:52 +01:00
AggregateFunctionSum.h change as request 2024-02-04 14:39:55 +08:00
AggregateFunctionSumCount.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionSumMap.cpp fix totals in aggregation functions with Map combinator 2023-12-12 17:31:56 +00: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 Merge branch 'ClickHouse:master' into topk-statistics-count-errors 2024-03-02 00:43:29 +09: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 Fix tidy 2023-11-12 00:23:09 +01:00
AggregateFunctionWelchTTest.cpp Fix assertion in statistical functions 2023-02-08 00:09:41 +01: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 Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
FactoryHelpers.h Fix error and remove garbage 2024-03-23 01:30:12 +01:00
Helpers.h fix 2023-05-04 16:05:10 +08: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 support estimate by stat 2023-09-04 15:51:00 +02:00
QuantileTiming.h Change BE-UUID to work the same as LE-UUID. Included high and low getters to provide cleaner code when accessing undertype. 2023-08-18 08:19:46 -07:00
registerAggregateFunctions.cpp Merge remote-tracking branch 'blessed/master' into argmin_optimization 2024-02-27 16:40:59 +01:00
registerAggregateFunctions.h
ReservoirSampler.h Don't access static members through instance 2024-04-03 18:50:33 +00:00
ReservoirSamplerDeterministic.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00: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 Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
UniqCombinedBiasData.cpp
UniqCombinedBiasData.h
UniqExactSet.h Fixed code review issues 2024-03-28 15:04:14 +03:00
UniquesHashSet.h Make UniquesHashSet endianness-independent. 2023-08-29 11:06:21 -07:00
UniqVariadicHash.cpp
UniqVariadicHash.h Implement endianness-independent SipHash and MergeTree checksum serialization 2023-07-19 10:01:55 -07:00