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

Add bindings for Projection #180

Merged
merged 6 commits into from
Feb 16, 2023
Merged

Conversation

jdye64
Copy link
Contributor

@jdye64 jdye64 commented Feb 15, 2023

Which issue does this PR close?

Closes #179

Rationale for this change

Add bindings for datafusion_expr Projection struct

What changes are included in this PR?

PyO3 bindings for datafusion_expr Projection

Are there any user-facing changes?

No

src/expr/projection.rs Outdated Show resolved Hide resolved
src/expr/logical_node.rs Outdated Show resolved Hide resolved
@jdye64
Copy link
Contributor Author

jdye64 commented Feb 16, 2023

uggghhh, I accidentally pushed to this branch and meant to push to another. Let me force push to remove that commit and open another PR with that commit. Sorry in advance.

@jdye64
Copy link
Contributor Author

jdye64 commented Feb 16, 2023

Ok all good now. I ended up using a git revert 752fe1c124cfe8c087ac0f13b0015a2e5eaa8d6b instead so no force push was required

@andygrove andygrove merged commit 5cab64e into apache:main Feb 16, 2023
@andygrove andygrove added the enhancement New feature or request label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add bindings for datafusion_expr Projection
2 participants