Skip to content

Commit

Permalink
Merge pull request ClickHouse#71719 from ClickHouse/alexey-milovidov-…
Browse files Browse the repository at this point in the history
…patch-8

Fix trash in the docs
  • Loading branch information
thevar1able authored Nov 11, 2024
2 parents 659a6a2 + 866e4da commit 4511352
Showing 1 changed file with 82 additions and 86 deletions.
168 changes: 82 additions & 86 deletions docs/en/sql-reference/aggregate-functions/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,119 +7,115 @@ toc_hidden: true

# List of Aggregate Functions

Standard aggregate functions:
ClickHouse supports all standard SQL functions (sum, avg, min, max, count) and a wide range of aggregate functions for various applications:

- [count](../reference/count.md)
- [min](../reference/min.md)
- [max](../reference/max.md)
- [sum](../reference/sum.md)
- [avg](../reference/avg.md)
- [aggThrow](../reference/aggthrow.md)
- [analysisOfVariance](../reference/analysis_of_variance.md)
- [anyHeavy](../reference/anyheavy.md)
- [anyLast](../reference/anylast.md)
- [any](../reference/any.md)
- [stddevPop](../reference/stddevpop.md)
- [stddevPopStable](../reference/stddevpopstable.md)
- [stddevSamp](../reference/stddevsamp.md)
- [stddevSampStable](../reference/stddevsampstable.md)
- [varPop](../reference/varpop.md)
- [varSamp](../reference/varsamp.md)
- [argMax](../reference/argmax.md)
- [argMin](../reference/argmin.md)
- [avgWeighted](../reference/avgweighted.md)
- [avg](../reference/avg.md)
- [boundingRatio](../reference/boundrat.md)
- [categoricalInformationValue](../reference/categoricalinformationvalue.md)
- [contingency](../reference/contingency.md)
- [corrMatrix](../reference/corrmatrix.md)
- [corr](../reference/corr.md)
- [corr](../reference/corrstable.md)
- [corrMatrix](../reference/corrmatrix.md)
- [covarPop](../reference/covarpop.md)
- [covarStable](../reference/covarpopstable.md)
- [count](../reference/count.md)
- [covarPopMatrix](../reference/covarpopmatrix.md)
- [covarSamp](../reference/covarsamp.md)
- [covarSampStable](../reference/covarsampstable.md)
- [covarPop](../reference/covarpop.md)
- [covarSampMatrix](../reference/covarsampmatrix.md)
- [covarSampStable](../reference/covarsampstable.md)
- [covarSamp](../reference/covarsamp.md)
- [covarStable](../reference/covarpopstable.md)
- [cramersVBiasCorrected](../reference/cramersvbiascorrected.md)
- [cramersV](../reference/cramersv.md)
- [deltaSumTimestamp](../reference/deltasumtimestamp.md)
- [deltaSum](../reference/deltasum.md)
- [entropy](../reference/entropy.md)
- [exponentialMovingAverage](../reference/exponentialmovingaverage.md)
- [intervalLengthSum](../reference/intervalLengthSum.md)
- [kolmogorovSmirnovTest](../reference/kolmogorovsmirnovtest.md)
- [mannwhitneyutest](../reference/mannwhitneyutest.md)
- [median](../reference/median.md)
- [rankCorr](../reference/rankCorr.md)
- [sumKahan](../reference/sumkahan.md)
- [studentTTest](../reference/studentttest.md)
- [welchTTest](../reference/welchttest.md)

ClickHouse-specific aggregate functions:

- [aggThrow](../reference/aggthrow.md)
- [analysisOfVariance](../reference/analysis_of_variance.md)
- [any](../reference/any.md)
- [anyHeavy](../reference/anyheavy.md)
- [anyLast](../reference/anylast.md)
- [boundingRatio](../reference/boundrat.md)
- [first_value](../reference/first_value.md)
- [last_value](../reference/last_value.md)
- [argMin](../reference/argmin.md)
- [argMax](../reference/argmax.md)
- [avgWeighted](../reference/avgweighted.md)
- [topK](../reference/topk.md)
- [topKWeighted](../reference/topkweighted.md)
- [deltaSum](../reference/deltasum.md)
- [deltaSumTimestamp](../reference/deltasumtimestamp.md)
- [flameGraph](../reference/flame_graph.md)
- [groupArray](../reference/grouparray.md)
- [groupArrayLast](../reference/grouparraylast.md)
- [groupUniqArray](../reference/groupuniqarray.md)
- [groupArrayInsertAt](../reference/grouparrayinsertat.md)
- [groupArrayIntersect](../reference/grouparrayintersect.md)
- [groupArrayLast](../reference/grouparraylast.md)
- [groupArrayMovingAvg](../reference/grouparraymovingavg.md)
- [groupArrayMovingSum](../reference/grouparraymovingsum.md)
- [groupArraySample](../reference/grouparraysample.md)
- [groupArraySorted](../reference/grouparraysorted.md)
- [groupArrayIntersect](../reference/grouparrayintersect.md)
- [groupArray](../reference/grouparray.md)
- [groupBitAnd](../reference/groupbitand.md)
- [groupBitOr](../reference/groupbitor.md)
- [groupBitXor](../reference/groupbitxor.md)
- [groupBitmap](../reference/groupbitmap.md)
- [groupBitmapAnd](../reference/groupbitmapand.md)
- [groupBitmapOr](../reference/groupbitmapor.md)
- [groupBitmapXor](../reference/groupbitmapxor.md)
- [sumWithOverflow](../reference/sumwithoverflow.md)
- [sumMap](../reference/summap.md)
- [sumMapWithOverflow](../reference/summapwithoverflow.md)
- [sumMapFiltered](../parametric-functions.md/#summapfiltered)
- [sumMapFilteredWithOverflow](../parametric-functions.md/#summapfilteredwithoverflow)
- [minMap](../reference/minmap.md)
- [maxMap](../reference/maxmap.md)
- [skewSamp](../reference/skewsamp.md)
- [skewPop](../reference/skewpop.md)
- [kurtSamp](../reference/kurtsamp.md)
- [groupBitmap](../reference/groupbitmap.md)
- [groupUniqArray](../reference/groupuniqarray.md)
- [intervalLengthSum](../reference/intervalLengthSum.md)
- [kolmogorovSmirnovTest](../reference/kolmogorovsmirnovtest.md)
- [kurtPop](../reference/kurtpop.md)
- [uniq](../reference/uniq.md)
- [uniqExact](../reference/uniqexact.md)
- [uniqCombined](../reference/uniqcombined.md)
- [uniqCombined64](../reference/uniqcombined64.md)
- [uniqHLL12](../reference/uniqhll12.md)
- [uniqTheta](../reference/uniqthetasketch.md)
- [quantile](../reference/quantile.md)
- [quantiles](../reference/quantiles.md)
- [quantileExact](../reference/quantileexact.md)
- [quantileExactLow](../reference/quantileexact.md#quantileexactlow)
- [kurtSamp](../reference/kurtsamp.md)
- [largestTriangleThreeBuckets](../reference/largestTriangleThreeBuckets.md)
- [last_value](../reference/last_value.md)
- [mannwhitneyutest](../reference/mannwhitneyutest.md)
- [maxIntersectionsPosition](../reference/maxintersectionsposition.md)
- [maxIntersections](../reference/maxintersections.md)
- [maxMap](../reference/maxmap.md)
- [max](../reference/max.md)
- [meanZTest](../reference/meanztest.md)
- [median](../reference/median.md)
- [minMap](../reference/minmap.md)
- [min](../reference/min.md)
- [quantileBFloat16Weighted](../reference/quantilebfloat16.md#quantilebfloat16weighted)
- [quantileBFloat16](../reference/quantilebfloat16.md#quantilebfloat16)
- [quantileDD](../reference/quantileddsketch.md#quantileddsketch)
- [quantileDeterministic](../reference/quantiledeterministic.md)
- [quantileExactHigh](../reference/quantileexact.md#quantileexacthigh)
- [quantileExactLow](../reference/quantileexact.md#quantileexactlow)
- [quantileExactWeighted](../reference/quantileexactweighted.md)
- [quantileTiming](../reference/quantiletiming.md)
- [quantileTimingWeighted](../reference/quantiletimingweighted.md)
- [quantileDeterministic](../reference/quantiledeterministic.md)
- [quantileTDigest](../reference/quantiletdigest.md)
- [quantileExact](../reference/quantileexact.md)
- [quantileGK](../reference/quantileGK.md)
- [quantileInterpolatedWeighted](../reference/quantileinterpolatedweighted.md)
- [quantileTDigestWeighted](../reference/quantiletdigestweighted.md)
- [quantileBFloat16](../reference/quantilebfloat16.md#quantilebfloat16)
- [quantileBFloat16Weighted](../reference/quantilebfloat16.md#quantilebfloat16weighted)
- [quantileDD](../reference/quantileddsketch.md#quantileddsketch)
- [quantileTDigest](../reference/quantiletdigest.md)
- [quantileTimingWeighted](../reference/quantiletimingweighted.md)
- [quantileTiming](../reference/quantiletiming.md)
- [quantile](../reference/quantile.md)
- [quantiles](../reference/quantiles.md)
- [rankCorr](../reference/rankCorr.md)
- [simpleLinearRegression](../reference/simplelinearregression.md)
- [singleValueOrNull](../reference/singlevalueornull.md)
- [skewPop](../reference/skewpop.md)
- [skewSamp](../reference/skewsamp.md)
- [sparkBar](../reference/sparkbar.md)
- [stddevPopStable](../reference/stddevpopstable.md)
- [stddevPop](../reference/stddevpop.md)
- [stddevSampStable](../reference/stddevsampstable.md)
- [stddevSamp](../reference/stddevsamp.md)
- [stochasticLinearRegression](../reference/stochasticlinearregression.md)
- [stochasticLogisticRegression](../reference/stochasticlogisticregression.md)
- [categoricalInformationValue](../reference/categoricalinformationvalue.md)
- [contingency](../reference/contingency.md)
- [cramersV](../reference/cramersv.md)
- [cramersVBiasCorrected](../reference/cramersvbiascorrected.md)
- [theilsU](../reference/theilsu.md)
- [maxIntersections](../reference/maxintersections.md)
- [maxIntersectionsPosition](../reference/maxintersectionsposition.md)
- [meanZTest](../reference/meanztest.md)
- [quantileGK](../reference/quantileGK.md)
- [quantileInterpolatedWeighted](../reference/quantileinterpolatedweighted.md)
- [sparkBar](../reference/sparkbar.md)
- [studentTTest](../reference/studentttest.md)
- [sumCount](../reference/sumcount.md)
- [largestTriangleThreeBuckets](../reference/largestTriangleThreeBuckets.md)
- [sumKahan](../reference/sumkahan.md)
- [sumMapFilteredWithOverflow](../parametric-functions.md/#summapfilteredwithoverflow)
- [sumMapFiltered](../parametric-functions.md/#summapfiltered)
- [sumMapWithOverflow](../reference/summapwithoverflow.md)
- [sumMap](../reference/summap.md)
- [sumWithOverflow](../reference/sumwithoverflow.md)
- [sum](../reference/sum.md)
- [theilsU](../reference/theilsu.md)
- [topKWeighted](../reference/topkweighted.md)
- [topK](../reference/topk.md)
- [uniqCombined64](../reference/uniqcombined64.md)
- [uniqCombined](../reference/uniqcombined.md)
- [uniqExact](../reference/uniqexact.md)
- [uniqHLL12](../reference/uniqhll12.md)
- [uniqTheta](../reference/uniqthetasketch.md)
- [uniq](../reference/uniq.md)
- [varPop](../reference/varpop.md)
- [varSamp](../reference/varsamp.md)
- [welchTTest](../reference/welchttest.md)

0 comments on commit 4511352

Please sign in to comment.