You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/09 04:07:48 UTC

[GitHub] [arrow-datafusion] realno opened a new issue #1529: Add Decimal support for statistical functions `var` and `stddev`

realno opened a new issue #1529:
URL: https://github.com/apache/arrow-datafusion/issues/1529


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   A PR is open for adding variance and standard deviation functions to DataFusion (https://github.com/apache/arrow-datafusion/pull/1525). Decimal type is not supported as Postgres spec (https://www.postgresql.org/docs/9.1/functions-aggregate.html). This issue is to capture the work.
   
   **Describe the solution you'd like**
   `var`, `var_samp`, `var_pop`, `stddev`, `stddev_samp`, `stddev_pop` should support decimal type.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   The work can be added to (#122) or create a new PR once it's merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org