Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add bindings for LogicalPlan::CreateView
to match the logic in DataFusion
Describe the solution you'd like
A create_view.rs
file in the Python expr module that exposes the functionality of LogicalPlan::CreateView
to Python users.
Describe alternatives you've considered
None
Additional context
None