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 TableScan struct from datafusion_expr::TableScan #177

Closed
jdye64 opened this issue Feb 14, 2023 · 0 comments · Fixed by #178
Closed

Add bindings for TableScan struct from datafusion_expr::TableScan #177

jdye64 opened this issue Feb 14, 2023 · 0 comments · Fixed by #178
Labels
enhancement New feature or request

Comments

@jdye64
Copy link
Contributor

jdye64 commented Feb 14, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Python bindings for datafusion_expr::TableScan following the existing patterns already in place so that the resulting struct is called PyTableScan and maintains all the abilities that it has in native Rust.

Describe the solution you'd like
Bindings for PyTableScan as part of a Python expr submodule.

Describe alternatives you've considered
None

Additional context
None

@jdye64 jdye64 added the enhancement New feature or request label Feb 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 a pull request may close this issue.

1 participant