Skip to content

Implement columnar aggregate buffers #1942

@richox

Description

@richox

Is your feature request related to a problem? Please describe.

In AggExec, currently the aggregate buffers are combined into one BinaryArray. this introduces extra serialization and C2R/R2C cost when there are multiple aggregate functions. and the code is hard to understand.

Describe the solution you'd like

use columnar based aggregate buffers, each aggregate function manages its own buffers.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions