lzydmxy opened a new pull request, #4019: URL: https://github.com/apache/doris-website/pull/4019
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
