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/11 03:27:12 UTC

[GitHub] [arrow-datafusion] realno opened a new issue #1546: Implement `batch_update` and `batch_merge` for var and stddev operator

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


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   We need to change `stddev` and `var` to use batch method for more efficient calculation.
   
   **Describe the solution you'd like**
   
   Implement `batch_update` and `batch_merge` for `stddev` and `var`.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Please find the discussions in https://github.com/apache/arrow-datafusion/pull/1525
   


-- 
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



[GitHub] [arrow-datafusion] alamb closed issue #1546: Implement `batch_update` and `batch_merge` for var and stddev operator

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1546:
URL: https://github.com/apache/arrow-datafusion/issues/1546


   


-- 
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