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

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   As part of implementing a project operator, I am having a vector of 
expressions that should be applied to an `arrow::Table` object.
   
   I see that `arrow::compute::Expression` can be applied to an `ExecBatch` 
object by invoking `arrow::compute::ExecuteScalarExpression` function. However, 
seems that this function only works on ExecBatch.
   
   How can I apply an expression on a table? Moreover, how can I apply a vector 
of expression on a table?
   
   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to