Merge pull request #24790 from ahmed-dardery/patch-1

fixed missing "weight" in definition
This commit is contained in:
alexey-milovidov 2021-05-31 22:02:48 +03:00 committed by GitHub
commit 38493bde48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,10 @@ When using multiple `quantile*` functions with different levels in a query, the
**Syntax**
``` sql
quantileTDigest(level)(expr)
quantileTDigestWeighted(level)(expr, weight)
```
Alias: `medianTDigest`.
Alias: `medianTDigestWeighted`.
**Arguments**