morningman commented on a change in pull request #1213: Add spatial func URL: https://github.com/apache/incubator-doris/pull/1213#discussion_r288487976
########## File path: docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_y.md ########## @@ -0,0 +1,20 @@ +# `ST_Y` + +## Syntax + +`DOUBLE ST_Y(POINT point)` + +## Description + +当point是一个合法的POINT类型是,返回对应的Y坐标值 Review comment: ```suggestion 当point是一个合法的POINT类型时,返回对应的Y坐标值 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
