paleolimbot opened a new pull request, #407:
URL: https://github.com/apache/sedona-db/pull/407

   We haven't used the `ffi` scalar kernels in the `sedona` crate yet, which 
were based on the rust/DataFusion versions. To properly get geography working 
everywhere I'd like to avoid the Rust wrapper around s2geography, which means 
being able to fully express a scalar kernel in C. Luckily the existing C 
definition we'd been using is fairly close...this PR formalizes that.
   
   This PR also has an eye towards other types of C extensions like the C GPU 
joiner in https://github.com/apache/sedona-db/pull/310, where we can simplify 
the development for both libgpuspatial and sedonadb by completely separating 
the builds.


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