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

ARROW-7941: [Rust] [DataFusion] Add support for named columns in logical plan #6730

Closed
wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Mar 26, 2020

This PR adds support for unresolved columns in the logical plan so that users can add columns by name rather than index. There is a new optimizer rule that will resolve these columns and replace them with indices in the plan.

This PR also:

  • Removes pointless Arcs from the optimizer rules
  • Optimizer rules now leverage LogicalPlanBuilder for much more concise and readable code

@github-actions
Copy link

@andygrove andygrove marked this pull request as ready for review March 27, 2020 13:38
@andygrove
Copy link
Member Author

@paddyhoran @nevi-me This is now ready for review. I'll probably start breaking this down into smaller PRs for some of the items.

@andygrove andygrove changed the title ARROW-7941: [Rust] [DataFusion] Add support for UnresolvedColumn in logical plan ARROW-7941: [Rust] [DataFusion] Add support for named columns in logical plan Mar 28, 2020
@andygrove andygrove closed this in 8e40170 Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant