drin opened a new pull request, #227:
URL: https://github.com/apache/arrow-cookbook/pull/227

   This recipe shows the major portions of a custom, or new, compute
   function:
   - defining a compute kernel
   - creating a function instance
   - associating the kernel with the function
   - registering the function in a registry
   - calling the function
   
   The aliases are to keep the code as readable as possible, and also to 
frontload the various dependencies to make it obvious to the reader.
   
   The kernel implementation here is essentially the same as the new FastHash32 
function in progress of being added. The reason for this is that there are 
examples of much simpler functions (AbsoluteValue), and this recipe also helps 
the reader understand how to call other functions and how to structure 
non-trivial returns.


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