Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented May 15, 2022

Which issue does this PR close?

Part of #2345

Rationale for this change

  • ExprVisitable and exprlist_to_columns are used by the SQL planner and also by the optimizer. They were in the core crate but can be moved to the datafusion-expr crate.

What changes are included in this PR?

Move some code around. No functional changes.

Are there any user-facing changes?

Yes, this is an API change.

@andygrove andygrove added the api change Changes the API exposed to users of the crate label May 15, 2022
@andygrove andygrove self-assigned this May 15, 2022
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Makes sense to me -- nice cleanup. Thank you @andygrove

@alamb alamb merged commit 0196ded into apache:master May 16, 2022
korowa pushed a commit to korowa/arrow-datafusion that referenced this pull request May 18, 2022
…xpr crate (apache#2538)

* Move ExprVisitable to datafusion-expr crate

* move more utility methods
@andygrove andygrove deleted the move-expr-visitable branch January 27, 2023 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api change Changes the API exposed to users of the crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants