andygrove commented on issue #4153: URL: https://github.com/apache/datafusion-comet/issues/4153#issuecomment-4359363393
I was overthinking the design here. We can just have a native expression that invokes a CometJvm expression via JNI, passing the input arrays via FFI and fetching the return array. We would need a `CometJvm` trait or similar and then register difference implementations. I am going to prototype this for regex. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
