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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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