Dandandan opened a new issue #2102:
URL: https://github.com/apache/arrow-datafusion/issues/2102


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   The JIT code contains a new represantation of expressions. In order to 
compile expressions from datafusion (in order to compile complex expressions to 
run on arrow arrays) we can consider adding `impl 
TryFrom<datafusion_expr::Expr> for Expr` to datafusion-jit.
   
   **Describe the solution you'd like**
   add `impl TryFrom<datafusion_expr::Expr> for Expr` to datafusion-jit.
   
   **Describe alternatives you've considered**
   n/a
   
   **Additional context**
   n/a


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


Reply via email to