morrySnow commented on code in PR #1818: URL: https://github.com/apache/doris-website/pull/1818#discussion_r1920065565
########## docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,35 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText -### Description -#### Syntax +## Description -`GEOMETRY ST_GeometryFromText (VARCHAR wkt)` +Convert a linear WKT (Well Known Text) to the corresponding memory geometry +## Syntax -Converting a WKT (Well Known Text) into a corresponding memory geometry +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` ########## docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-azimuth.md: ########## @@ -24,72 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## Description -### Syntax +Enter two points and return the azimuth of the line segment formed by points 1 and 2. Azimuth is the arc of the Angle between the true north line of point 1 and the line segment formed by points 1 and 2. -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## Syntax -### description +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,35 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText ## 描述 + +将一个线型 WKT(Well Known Text)转化为对应的内存的几何形式 + ## 语法 -`GEOMETRY ST_GeometryFromText(VARCHAR wkt)` +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,35 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText ## 描述 + +将一个线型 WKT(Well Known Text)转化为对应的内存的几何形式 + ## 语法 -`GEOMETRY ST_GeometryFromText(VARCHAR wkt)` +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,35 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText ## 描述 + +将一个线型 WKT(Well Known Text)转化为对应的内存的几何形式 + ## 语法 -`GEOMETRY ST_GeometryFromText(VARCHAR wkt)` +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-azimuth.md: ########## @@ -24,64 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## 描述 -### Syntax +输入两个点,并返回由点 1 和点 2 形成的线段的方位角。方位角是点 1 的真北方向线与点 1 和点 2 形成的线段之间的角的弧度。 -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## 语法 -## 描述 +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-azimuth.md: ########## @@ -24,64 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## 描述 -### Syntax +输入两个点,并返回由点 1 和点 2 形成的线段的方位角。方位角是点 1 的真北方向线与点 1 和点 2 形成的线段之间的角的弧度。 -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## 语法 -## 描述 +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-azimuth.md: ########## @@ -24,64 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## 描述 -### Syntax +输入两个点,并返回由点 1 和点 2 形成的线段的方位角。方位角是点 1 的真北方向线与点 1 和点 2 形成的线段之间的角的弧度。 -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## 语法 -## 描述 +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-azimuth.md: ########## @@ -24,64 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## 描述 -### Syntax +输入两个点,并返回由点 1 和点 2 形成的线段的方位角。方位角是点 1 的真北方向线与点 1 和点 2 形成的线段之间的角的弧度。 -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## 语法 -## 描述 +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-azimuth.md: ########## @@ -24,72 +24,84 @@ specific language governing permissions and limitations under the License. --> -## ST_Azimuth +## Description -### Syntax +Enter two points and return the azimuth of the line segment formed by points 1 and 2. Azimuth is the arc of the Angle between the true north line of point 1 and the line segment formed by points 1 and 2. -`DOUBLE ST_Azimuth(GEOPOINT point1, GEOPOINT point2)` +## Syntax -### description +```sql +ST_Azimuth( <point1>, <point2>)` Review Comment: ```suggestion ST_Azimuth( <point1>, <point2>) ``` ########## versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,35 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText -### Description -#### Syntax +## Description -`GEOMETRY ST_GeometryFromText (VARCHAR wkt)` +Convert a linear WKT (Well Known Text) to the corresponding memory geometry +## Syntax -Converting a WKT (Well Known Text) into a corresponding memory geometry +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` ########## i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-geometryfromtext.md: ########## @@ -24,24 +24,37 @@ specific language governing permissions and limitations under the License. --> -## ST_GeometryFromText,ST_GeomFromText ## 描述 + +将一个线型 WKT(Well Known Text)转化为对应的内存的几何形式 + ## 语法 -`GEOMETRY ST_GeometryFromText(VARCHAR wkt)` +```sql +ST_GeometryFromText( <wkt>)` Review Comment: ```suggestion ST_GeometryFromText( <wkt>) ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org