wjones127 commented on issue #174:
URL: https://github.com/apache/arrow-cookbook/issues/174#issuecomment-1176814704

   I think the cookbook approach is to just show the minimal necessary code 
within the source file, and not necessarily show how one might separate 
declarations into headers.
   
   Personally, I think it would be helpful to have two examples:
   
    1. In the cookbook, just show the minimal source code necessary in one file 
to write, register, and call a compute kernel.
    2. In a separate repo, show a full project structure for writing compute 
kernels in a C++ project. Bonus points if it shows how to make Python bindings 
that can register with PyArrow's compute registry (and similarly with the R 
package and others).


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