You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/07 15:02:13 UTC

[GitHub] [arrow] pitrou commented on pull request #10204: [WIP] ARROW-11928: [C++] Execution engine API

pitrou commented on pull request #10204:
URL: https://github.com/apache/arrow/pull/10204#issuecomment-834490550


   > I think we can defer support for multiple consumers for the moment, I'm refactoring to singular output nodes
   
   Hmm, I'm not convinced about this. Say you have a RecordBatchReader with several columns of interest. You want each column to feed a separate execution node (say, one different scalar function per column). How do you do that if you can only have singular output nodes? Implement a "supernode" that applies multiple scalar functions to multiple columns?


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

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