timsaucer commented on issue #1017: URL: https://github.com/apache/datafusion-python/issues/1017#issuecomment-2647858283
@Spaarsh I've put up a *draft* PR for the scalar udf, but it has a few points that need cleaning up still: https://github.com/apache/datafusion/pull/14579 One thing to be wary of when going down this direction is that it is very important to clearly understand which side of the FFI code exists in the provider and which is the consumer. I've tried to follow a pattern of `FFI_` being the provider and `Foreign*` being the consumers. Additionally we want to be careful about how much of the DataFusion API we want and need to expose. -- 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