jbampton commented on code in PR #1650: URL: https://github.com/apache/sedona/pull/1650#discussion_r1813184453
########## docs/api/flink/Function.md: ########## @@ -3430,6 +3430,79 @@ Output: [POLYGON ((-36.609392788630245 -38.169532607255846, -36.609392706252954 -38.169532607255846, -36.609392706252954 -38.169532507473015, -36.609392788630245 -38.169532507473015, -36.609392788630245 -38.169532607255846))] ``` +## ST_Scale + +Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. Review Comment: ```suggestion Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. ``` ########## docs/api/sql/Function.md: ########## @@ -3510,6 +3510,79 @@ Output: [POLYGON ((-36.609392788630245 -38.169532607255846, -36.609392706252954 -38.169532607255846, -36.609392706252954 -38.169532507473015, -36.609392788630245 -38.169532507473015, -36.609392788630245 -38.169532607255846))] ``` +## ST_Scale + +Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. Review Comment: ```suggestion Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. ``` ########## docs/api/snowflake/vector-data/Function.md: ########## @@ -2640,6 +2640,75 @@ Output: +------------------------------------------------------------------------------------------------------------------------------+ ``` +## ST_Scale + +Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. Review Comment: ```suggestion Introduction: This function scales the geometry to a new size by multiplying the ordinates with the corresponding scaling factors provided as parameters `scaleX` and `scaleY`. ``` -- 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]
