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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
