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

Add support for Sum(BigDecimal) function #707

Closed
balanka opened this issue Jun 8, 2022 · 1 comment
Closed

Add support for Sum(BigDecimal) function #707

balanka opened this issue Jun 8, 2022 · 1 comment

Comments

@balanka
Copy link
Contributor

balanka commented Jun 8, 2022

Like the Sum(Double) function for aggregating columns of Double,
adding this function would allow aggregating columns of BigDecimal
Should we add Avg(BigDecimal) too?

@balanka
Copy link
Contributor Author

balanka commented Oct 29, 2022

I am working on this issue and have a PR #707 ready for review

sviezypan added a commit that referenced this issue Nov 17, 2022
#707 Added support for SumInt(Int), SumDec(BigDecimal) and AvgDec(BigDecimal)
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

2 participants