Description
Originally, to merge two aggregation buffers, we create a mutable buffer with extra placeholder attributes to represent grouping expressions (because the input aggregation buffer has grouping keys). This was done to make the first implementation easy. We can remove it now, which can also help us to implement the hash aggregate operator using unsafe row as the buffer.
Attachments
Issue Links
- links to