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

   According to my understanding , which provides native geometric operations 
via Rust bindings. 
   
   lib.rs -  root that declares the modules compiled into the native library.
   register.rs - central registry that maps function names (e.g., 
"st_convexhull,st_area"...) to their implementation.
   test_fucntions.py - we will add a test query to test our file
   src/file_name(st_concavehull) -core implementation using GEOS for geometric 
computation.
   
   it should be like
   SQL query -> register.rs -> st_concavehull.rs -> GEOS -> result 
   
   
   


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