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

feat(query): add TransformFilter #13922

Merged
merged 6 commits into from
Dec 5, 2023

Conversation

Dousir9
Copy link
Member

@Dousir9 Dousir9 commented Dec 4, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

In the new filter execution framework, we need to store and update some states, so we need to separate the logic of the Filter from the BlockOperator, we will create a new processor TransformFilter for this purpose.


This change is Reviewable

@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Dec 4, 2023
@Dousir9 Dousir9 requested review from xudong963 and sundy-li December 4, 2023 13:02
@Dousir9 Dousir9 marked this pull request as ready for review December 4, 2023 13:30
@Dousir9 Dousir9 added this pull request to the merge queue Dec 5, 2023
Merged via the queue into databendlabs:main with commit 8323496 Dec 5, 2023
68 checks passed
@Dousir9 Dousir9 deleted the add_transform_filter branch December 5, 2023 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add TransformFilter
3 participants