mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 20:53:27 +00:00
77cdf8c840
* Add files with russian desc. * Fixed links. * Fixed links. * Fixed link * Fixed links. Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
10 lines
442 B
Markdown
10 lines
442 B
Markdown
---
|
|
toc_priority: 201
|
|
---
|
|
|
|
# quantiles {#quantiles}
|
|
|
|
Syntax: `quantiles(level1, level2, …)(x)`
|
|
|
|
All the quantile functions also have corresponding quantiles functions: `quantiles`, `quantilesDeterministic`, `quantilesTiming`, `quantilesTimingWeighted`, `quantilesExact`, `quantilesExactWeighted`, `quantilesTDigest`. These functions calculate all the quantiles of the listed levels in one pass, and return an array of the resulting values.
|