Skip to content

Table scan bindings #178

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

Merged
merged 19 commits into from
Feb 15, 2023
Merged

Table scan bindings #178

merged 19 commits into from
Feb 15, 2023

Conversation

jdye64
Copy link
Contributor

@jdye64 jdye64 commented Feb 14, 2023

Which issue does this PR close?

Closes #177

Rationale for this change

Add bindings for datafusion_expr::TableScan

What changes are included in this PR?

Refactoring of code to fit into the same directory structure that is in place in datafusion-expr and also the introduction of a PyTableScan struct located in expr/table_scan.rs

Are there any user-facing changes?

No

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @jdye64

@andygrove andygrove merged commit 4ab0dbe into apache:main Feb 15, 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 TableScan struct from datafusion_expr::TableScan
2 participants