paleolimbot commented on PR #722:
URL: https://github.com/apache/sedona-db/pull/722#issuecomment-4102197252

   > Thanks for the suggestions. If I understand correctly, this design implies 
that sedona-spatial-join-gpu will execute end-to-end spatial joins.
   
   I don't think we need to (although we can if it is easier)....I had in mind 
that the `sedona-spatial-join` would be expose something like `fn 
register_join_extension(extension: Arc<dyn SpatialJoinExtension>)`, where 
`SpatialJoinExtension` has members that instantiate the builder and refiner.
   
   It may be worth trying to separate that all within sedona-spatial-join first 
to see what it will look like (and then move whatever has to be moved to 
sedona-spatial-join-common, and then move whatever has to be moved into 
sedona-spatial-join-gpu.


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