apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.31k stars 3.21k forks source link

[Enhancement](doris-future) Support "REGR_" aggregation functions (PART II) #38975

Open zclllyybb opened 1 month ago

zclllyybb commented 1 month ago

Search before asking

Description

We are going to support all regression functions in pg. You can see them in https://www.postgresql.org/docs/16/functions-aggregate.html with regr_ prefix. And considring the difficulty of this task, it will be nice for community as "good first issue".

In this issue, you should implement function regr_intercept and regr_slope

If you'd like to work on it, please comment to let me know. I'll help you to achieve this.

Solution

you can found an example of implementation of a aggregate function here

Are you willing to submit PR?

Code of Conduct

ShivamChavan01 commented 1 month ago

Can I work On It @zclllyybb

zclllyybb commented 1 month ago

Can I work On It @zclllyybb

yes~ feel free to communicate when you meet problem.

zclllyybb commented 3 weeks ago

@ShivamChavan01 hello, any developments or problem recently?