paleolimbot commented on code in PR #989: URL: https://github.com/apache/sedona-db/pull/989#discussion_r3447871553
########## docs/reference/sql/st_npoints.qmd: ########## @@ -29,6 +29,8 @@ kernels: Returns the total number of coordinate points in the geometry, counting all vertices across all components. +This function also has the alias `ST_NumPoints`. Review Comment: ```suggestion Aliases: `ST_NumPoints`. ``` Just following the existing pattern we have for that: https://github.com/apache/sedona-db/blob/ce74a892ea7d8030cc48803c7e8ffa106bfb816f/docs/reference/sql/st_geomfromwkt.qmd#L38 -- 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]
