paleolimbot commented on issue #776:
URL: https://github.com/apache/sedona-db/issues/776#issuecomment-4290324071

   I believe the closest one to what you're trying to do is `ST_PointN()`:
   
   
https://github.com/apache/sedona-db/blob/21473cb579cc3f00e8ba33a816220f6ebac50a0c/rust/sedona-functions/src/st_pointn.rs
   
   Functions generally have enough tests in the `.rs` file to cover the 
branches of the implementation and include integration tests in Python to check 
our implementation against PostGIS:
   
   
https://github.com/apache/sedona-db/blob/21473cb579cc3f00e8ba33a816220f6ebac50a0c/python/sedonadb/tests/functions/test_functions.py#L2536-L2576
   
   Documentation gets added here (one file per function):
   
   
https://github.com/apache/sedona-db/blob/21473cb579cc3f00e8ba33a816220f6ebac50a0c/docs/reference/sql/st_pointn.qmd


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