Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AggExec: implement columnar accumulator states. #646

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

richox
Copy link
Collaborator

@richox richox commented Nov 11, 2024

Which issue does this PR close?

Closes #645 .

  1. supports columnar accumulator, implements AccColumn trait replacing the old AccumStateRow.
  2. partial skipping optimization, never spill in partial aggregation.
  3. execution framework refactor, introduce ExecutionContext to simplify operator implmentations.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@richox richox force-pushed the dev-agg-columnar-acc branch 5 times, most recently from 92ccae9 to 1b30cc9 Compare November 14, 2024 17:38
@richox richox changed the title AggExec: implement columnar accumulator states. WIP: AggExec: implement columnar accumulator states. Nov 19, 2024
@richox richox changed the title WIP: AggExec: implement columnar accumulator states. AggExec: implement columnar accumulator states. Nov 20, 2024
@lihao712 lihao712 merged commit 9a10161 into master Nov 21, 2024
625 checks passed
richox added a commit that referenced this pull request Nov 25, 2024
refactor execution context

Co-authored-by: zhangli20 <[email protected]>
richox added a commit that referenced this pull request Nov 29, 2024
refactor execution context

Co-authored-by: zhangli20 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement columnar accumulator states
2 participants