You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/09 13:39:47 UTC

[GitHub] [arrow-datafusion] Dandandan commented on issue #1468: Remove `Alias` from `Expr`

Dandandan commented on issue #1468:
URL: https://github.com/apache/arrow-datafusion/issues/1468#issuecomment-1094030535

   Hi @jackwener .
   
   The idea is that any expression within DataFusion receives a name, so the nodes in a LogicalPlan use the `NamedExpr` type. The name in this type is either the alias in the expression if any or the generated name, so it doesn't need to be optional.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org