petern48 commented on PR #287: URL: https://github.com/apache/sedona-db/pull/287#issuecomment-3507145705
> 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 Yes! Everything you've said here looks right. The overall idea of the code looks right at a glance, though I think we need to backtrack a bit to guide you to build up the code iteratively so we avoid all these compile errors. This way, you'll be better set up to contribute more functions with less help in the future. I'll reach back out to you through Discord. It'll go faster / smoother that way. -- 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]
