rkrishn7 opened a new issue, #18278:
URL: https://github.com/apache/datafusion/issues/18278

   ### Is your feature request related to a problem or challenge?
   
   Currently we have 
[`SessionState::create_logical_expr`](https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html#method.create_logical_expr).
   
   It would be nice to have a method that allows creating a logical expression 
from a `sqlparser::ast::Expr`. For instances where parsing has already been 
done.
   
   ### Describe the solution you'd like
   
   Add `SessionState::create_logical_expr_from_sql_expr` and 
`SessionState::create_logical_expr_from_sql_expr_with_alias`or something 
similar that takes a parsed expression and returns the logical equivalent.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to