Skip to content

Commit

Permalink
Add basic approx_count_distinct to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Feb 13, 2025
1 parent 5b20979 commit 559f9c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Note: `ALTER EXTENSION pg_duckdb WITH SCHEMA schema` is not currently supported.

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

## Aggregates

|Name|Description|
| :--- | :---------- |
|[`approx_count_distinct`](https://duckdb.org/docs/sql/functions/aggregates.html#approximate-aggregates)|Gives the approximate count of distinct elements using HyperLogLog.|

## Cache Management Functions

| Name | Description |
Expand Down

0 comments on commit 559f9c3

Please sign in to comment.