Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Aggregate Function] Support DataSketches in StarRocks #50671

Open
LiShuMing opened this issue Sep 4, 2024 · 2 comments · May be fixed by #53701, #54568, #54569 or #54570
Open

[Aggregate Function] Support DataSketches in StarRocks #50671

LiShuMing opened this issue Sep 4, 2024 · 2 comments · May be fixed by #53701, #54568, #54569 or #54570
Assignees
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@LiShuMing
Copy link
Contributor

LiShuMing commented Sep 4, 2024

Enhancement

Since StarRocks has already integrated with DataSketches and supported HLLSketch, but we can support more sketches for more user scenes.

  • Theta Sketch
  • Frequency Sketches
  • Quantile Sketches
  • ....
@LiShuMing LiShuMing added the type/enhancement Make an enhancement to StarRocks label Sep 4, 2024
@LiShuMing LiShuMing changed the title Support DataSketches in StarRocks [Aggregate Function] Support DataSketches in StarRocks Sep 4, 2024
@chenminghua8
Copy link
Contributor

@LiShuMing Can you assign this task to me? I want to try it.

@LiShuMing
Copy link
Contributor Author

Of course. Thanks for your contributions. You can do this by referring ds_hll_count_distinct.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment