raulcd commented on PR #46261:
URL: https://github.com/apache/arrow/pull/46261#issuecomment-2875445601

   > is it possible to add 3rd party kernels to existing functions?
   
   I've never tried but we can get access to the existing functions via 
`FunctionRegistry::GetFunction` and we export `Function::AddKernel` for the 
different types of function (vector, scalar, etc) so this, in principle seems 
possible to me, but as you suggest, this is not changed on this PR.
   Probably those samples and snippets would make for nice compute 
[cookbooks](https://github.com/apache/arrow-cookbook/tree/main/cpp/code). I 
would be happy on working on those cookbook examples.
   
   


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to