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

Support for AggregateFunction data type #372

Open
9 tasks
srikanthccv opened this issue Jan 20, 2024 · 1 comment
Open
9 tasks

Support for AggregateFunction data type #372

srikanthccv opened this issue Jan 20, 2024 · 1 comment

Comments

@srikanthccv
Copy link

srikanthccv commented Jan 20, 2024

This is a parent issue to add support for the data type AggregateFunction. Several different categories of quantile functions can be used with AggregateFunction. I think each of them deserves their own type as they have custom serialization/deserialization. I would like to help with this effort starting with quantile(s)DDSketch and quantileBFloat16 and more to follow. I have a quick prototype for DDSketch here main...srikanthccv:ch-go:ddsketch.

@ernado do you have anything in mind how the API should look like?

Tasks

Preview Give feedback
@srikanthccv
Copy link
Author

The encode and decode parts should be fairly straightforward from the serialize and deserialize methods from ClickHouse. One thing that I am not sure what is the best way to go about it is ColumnType because it can vary a lot but that doesn't really matter at all because the underlying state decode and encode dictate everything.

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

No branches or pull requests

1 participant