timsaucer opened a new pull request, #1033:
URL: https://github.com/apache/datafusion-python/pull/1033

   # Which issue does this PR close?
   
   This addresses part of #1017 - the scalar UDFs
   
    # Rationale for this change
   
   This change enables users who have written DataFusion scalar UDFs to reuse 
them in `datafusion-python` with minimal overhead. They simply need to create a 
python object that exposes a PyCapsule that is the `FFI_ScalarUDF`.
   
   # What changes are included in this PR?
   
   Adds a function in ScalarUDF to create from a FFI object.
   Add a full example and integration test.
   
   # Are there any user-facing changes?
   
   Existing interfaces are not changed, but additional `ffi_udf` function is 
added.


-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to