mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
c7f78ac73a
* Added a simple lttb aggregate function * Added support for multiple datatypes * Added support for Date and Date32, updated LTTBData struct * Updated code to handle bucket size 0 and 1 * Added sort for LTTBData * Added tests and documentation * Added some code style fixes * Added function to new func ref file * Removed function from new func ref file * Apply suggestions from code review * Updated unit tests * updated LTTB data code * Minor style fixes * Updated code with std sort * updated tests * Renamed lttb to largestTriangleThreeBuckets * Added alias lttb --------- Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
6.9 KiB
6.9 KiB
slug | toc_folder_title | sidebar_position | toc_hidden |
---|---|---|---|
/en/sql-reference/aggregate-functions/reference/ | Reference | 36 | true |
List of Aggregate Functions
Standard aggregate functions:
- count
- min
- max
- sum
- avg
- any
- stddevPop
- stddevSamp
- varPop
- varSamp
- corr
- covarPop
- covarSamp
- entropy
- exponentialMovingAverage
- intervalLengthSum
- kolmogorovSmirnovTest
- mannwhitneyutest
- median
- rankCorr
- sumKahan
- studentTTest
- welchTTest
ClickHouse-specific aggregate functions:
- anyHeavy
- anyLast
- boundingRatio
- first_value
- last_value
- argMin
- argMax
- avgWeighted
- topK
- topKWeighted
- deltaSum
- deltaSumTimestamp
- groupArray
- groupArrayLast
- groupUniqArray
- groupArrayInsertAt
- groupArrayMovingAvg
- groupArrayMovingSum
- groupArraySample
- groupBitAnd
- groupBitOr
- groupBitXor
- groupBitmap
- groupBitmapAnd
- groupBitmapOr
- groupBitmapXor
- sumWithOverflow
- sumMap
- minMap
- maxMap
- skewSamp
- skewPop
- kurtSamp
- kurtPop
- uniq
- uniqExact
- uniqCombined
- uniqCombined64
- uniqHLL12
- uniqTheta
- quantile
- quantiles
- quantileExact
- quantileExactLow
- quantileExactHigh
- quantileExactWeighted
- quantileTiming
- quantileTimingWeighted
- quantileDeterministic
- quantileTDigest
- quantileTDigestWeighted
- quantileBFloat16
- quantileBFloat16Weighted
- simpleLinearRegression
- stochasticLinearRegression
- stochasticLogisticRegression
- categoricalInformationValue
- contingency
- cramersV
- cramersVBiasCorrected
- theilsU
- maxIntersections
- maxIntersectionsPosition
- meanZTest
- quantileGK
- quantileInterpolatedWeighted
- sparkBar
- sumCount
- largestTriangleThreeBuckets