Skip to content

add docs for aggregation function uniq_theta - #4019

Open
lzydmxy wants to merge 1 commit into
apache:masterfrom
lzydmxy:docs-uniq-theta
Open

add docs for aggregation function uniq_theta#4019
lzydmxy wants to merge 1 commit into
apache:masterfrom
lzydmxy:docs-uniq-theta

Conversation

@lzydmxy

@lzydmxy lzydmxy commented Jul 29, 2026

Copy link
Copy Markdown

Add documentation for the uniq_theta aggregate function (theta-sketch based approximate distinct count), following the pattern of #3711 (datasketches_hll_union_agg).

Corresponds to the BE/FE implementation PR that adds uniq_theta to Apache Doris.

Includes:

  • EN + ZH docs for both current and version-4.x
  • Sidebar entries in sidebars.ts and versioned_sidebars/version-4.x-sidebars.json

The docs cover the basic aggregate usage across types, NULL handling, GROUP BY, empty-result behavior, and the auto-derived uniq_theta_state / uniq_theta_merge / uniq_theta_union agg_state combinators.

Signed-off-by: undefined <lizhuoyu5@jd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant