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

Rewrite table scans as projections #507

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Rewrite table scans as projections #507

merged 1 commit into from
Jan 26, 2024

Conversation

jbeisen
Copy link
Collaborator

@jbeisen jbeisen commented Jan 22, 2024

Add a SourceRewriter that separates table scans into a projection and a table scan so that the projection can include virtual fields.

arroyo-df/src/lib.rs Show resolved Hide resolved
arroyo-df/src/lib.rs Outdated Show resolved Hide resolved
arroyo-df/src/lib.rs Outdated Show resolved Hide resolved
Add a SourceRewriter that separates table scans into a projection and a
table scan so that the projection can include virtual fields.
@jbeisen jbeisen enabled auto-merge (rebase) January 26, 2024 19:04
@jbeisen jbeisen merged commit 2d0bc10 into dev Jan 26, 2024
8 checks passed
@jbeisen jbeisen deleted the virtual-fields branch January 26, 2024 19:13
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.

2 participants