ianmcook opened a new issue, #33985:
URL: https://github.com/apache/arrow/issues/33985

   ### Describe the enhancement requested
   
   In addition to representing full plans, Substrait can also be used to 
represent expressions (see 
https://github.com/substrait-io/substrait/pull/405/). It would be nice if Acero 
could consume Substrait expressions and use them to specify filters and 
projections. 
   
   I would love to see us expose functions that:
   - Receive a Boolean-valued Substrait scalar expression and use it to add a 
Filter node to the ExecPlan
   - Receive a list of Substrait scalar expressions and use it to add a Project 
node to the ExecPlan
   
   ### Component(s)
   
   C++


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