Skip to content

Commit 4d3f546

Browse files
committed
update docs
1 parent 2d24fd7 commit 4d3f546

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/user-guide/sql/aggregate_functions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Note: When no rows pass the filter, `COUNT` returns `0` while `SUM`/`AVG`/`MIN`/
6666
- [median](#median)
6767
- [min](#min)
6868
- [percentile_cont](#percentile_cont)
69+
- [quantile_cont](#quantile_cont)
6970
- [string_agg](#string_agg)
7071
- [sum](#sum)
7172
- [var](#var)
@@ -424,6 +425,14 @@ An alternate syntax is also supported:
424425
+---------------------------------------+
425426
```
426427

428+
#### Aliases
429+
430+
- quantile_cont
431+
432+
### `quantile_cont`
433+
434+
_Alias of [percentile_cont](#percentile_cont)._
435+
427436
### `string_agg`
428437

429438
Concatenates the values of string expressions and places separator values between them. If ordering is required, strings are concatenated in the specified order. This aggregation function can only mix DISTINCT and ORDER BY if the ordering expression is exactly the same as the first argument expression.

0 commit comments

Comments
 (0)