You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/06/26 20:32:47 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #4973: Improve the performance of `Aggregator`, grouping, aggregation

tustvold commented on issue #4973:
URL: https://github.com/apache/arrow-datafusion/issues/4973#issuecomment-1608203572

   > how will the new design deal with memory limit
   
   I would anticipate this working in much the same way as it currently does with the [`Accumulator`](https://docs.rs/datafusion/latest/datafusion/physical_plan/trait.Accumulator.html) interface which is also stateful. The only difference would be using `ScalarValue` instead of `ArrayRef`. Am I missing something here as to why we would need to do something different?


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