Skip to content

Commit 73ad174

Browse files
Merge pull request ClickHouse#80374 from lricoy/patch-1
Update Theta Sketch Framework link on apache docs
2 parents 74ce3a9 + 6cd8728 commit 73ad174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/aggregate-functions/reference/uniqthetasketch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /sql-reference/aggregate-functions/reference/uniqthetasketch
66
title: 'uniqTheta'
77
---
88

9-
Calculates the approximate number of different argument values, using the [Theta Sketch Framework](https://datasketches.apache.org/docs/Theta/ThetaSketchFramework.html).
9+
Calculates the approximate number of different argument values, using the [Theta Sketch Framework](https://datasketches.apache.org/docs/Theta/ThetaSketches.html#theta-sketch-framework).
1010

1111
```sql
1212
uniqTheta(x[, ...])

0 commit comments

Comments
 (0)