ianmcook commented on issue #212:
URL: https://github.com/apache/arrow-cookbook/issues/212#issuecomment-1140321525

   > can you expand upon where
   > 
   > > We should try to be quite explicit about the fact that the {arrow} R 
package converts {dplyr} code into an Acero ExecPlan.
   > 
   > would fit, in terms of where in the cookbook it'd be relevant to mention 
this?
   
   Yes, I think it would be valuable to add some content about this to the 
[Manipulating Data - 
Tables](https://arrow.apache.org/cookbook/r/manipulating-data---tables.html) R 
cookbook entry. It would be great if that cookbook entry could explain what 
happens under the hood when the user calls dplyr verbs on an Arrow 
table/recordbatch/dataset and then calls `collect()` or `compute()`: an Acero 
ExecPlan is constructed and executed.


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