You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The content you are editing has changed. Please copy your edits and refresh the page.
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.
This is a parent issue to add support for the data type
AggregateFunction
. Several different categories of quantile functions can be used withAggregateFunction
. I think each of them deserves their own type as they have custom serialization/deserialization. I would like to help with this effort starting withquantile(s)DDSketch
andquantileBFloat16
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
The text was updated successfully, but these errors were encountered: