petern48 commented on issue #539: URL: https://github.com/apache/sedona-db/issues/539#issuecomment-4103866394
Sure! You're more than welcome to implement additional variants as well! In general, we're interested in implementing all variants that PostGIS provides. I'd suggest doing one variant per PR. In case it's helpful, here's an example PR (https://github.com/apache/sedona-db/pull/241) that added an additional variant to the st_buffer function. The PR is likely more complex than what ST_Relate will look like (so don't worry too much about the nitty details), but you can see how to implement an additional kernel with a different set of argument types and register it for an existing function. -- 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]
