morningman commented on a change in pull request #1213: Add spatial func URL: https://github.com/apache/incubator-doris/pull/1213#discussion_r288489740
########## File path: docs/documentation/cn/sql-reference/sql-functions/spatial-functions/st_astext.md ########## @@ -0,0 +1,20 @@ +# `ST_AsText`,`ST_AsWKT` + +## Syntax + +`VARCHAR ST_AsText(GEOMETRY geo)` + +## Description + +将一个结合图形转化为WKT(Well Known Text)的表示形式 Review comment: ```suggestion 将一个几何图形转化为WKT(Well Known Text)的表示形式 ``` ---------------------------------------------------------------- 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]
