Skip to content

Commit 6301e4e

Browse files
committed
Add basic approx_count_distinct to docs
1 parent 5b20979 commit 6301e4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Note: `ALTER EXTENSION pg_duckdb WITH SCHEMA schema` is not currently supported.
2020

2121
All of the DuckDB [json functions and aggregates](https://duckdb.org/docs/data/json/json_functions.html). Postgres JSON/JSONB functions are not supported.
2222

23+
## Aggregates
24+
25+
|Name|Description|
26+
| :--- | :---------- |
27+
|[`approx_count_distinct`](https://duckdb.org/docs/sql/functions/aggregates.html#approximate-aggregates)|Gives the approximate count of distinct elements using HyperLogLog.|
28+
2329
## Cache Management Functions
2430

2531
| Name | Description |

0 commit comments

Comments
 (0)