paleolimbot opened a new issue, #180: URL: https://github.com/apache/sedona-db/issues/180
Our existing SQL documentation works but is tricky to keep up-to-date with changes to sedona-functions! https://github.com/apache/sedona-db/blob/11e299392b4d5bd17281dd4892ece764b8138795/docs/reference/sql.md#L20-L26 This file was initially generated from the documentation we've been keeping inline in the functions themselves. For example: https://github.com/apache/sedona-db/blob/11e299392b4d5bd17281dd4892ece764b8138795/rust/sedona-functions/src/st_dimension.rs#L41-L50 We can recreate the script we used to generate the initial reference section to ensure we keep this all up to date (and potentially generate reference pages for R and Python when we have function wrappers there). Alternatively we could go in the other direction (have extremely carefully formatted markdown reference that we parse into Rust, R, and Python documentation). It would also be great to have one page per function to allow these pages room to grow as we accumulate experience and examples with these functions! -- 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]
