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

Introduce ProjectionMask #51

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Introduce ProjectionMask #51

merged 1 commit into from
Dec 29, 2023

Conversation

Jefffrey
Copy link
Collaborator

@Jefffrey Jefffrey commented Dec 29, 2023

Closes #19

Encapsulate projection logic in new ProjectionMask struct, akin to how parquet does it

Hopefully can provide structure for future work for projecting nesting fields, see datafusion-contrib/orc-rust#20

@Jefffrey Jefffrey requested a review from WenyXu December 29, 2023 10:58
Copy link
Collaborator

@WenyXu WenyXu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@WenyXu WenyXu merged commit 3863577 into main Dec 29, 2023
6 checks passed
@WenyXu WenyXu deleted the introduce_projection_mask branch December 29, 2023 11:02
waynexia pushed a commit that referenced this pull request Oct 24, 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.

Support projection as boolean mask
2 participants