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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add bindings for
LogicalPlan::CreateViewto match the logic in DataFusionDescribe the solution you'd like
A
create_view.rsfile in the Python expr module that exposes the functionality ofLogicalPlan::CreateViewto Python users.Describe alternatives you've considered
None
Additional context
None