wyx123654 commented on code in PR #1818: URL: https://github.com/apache/doris-website/pull/1818#discussion_r1920303399
########## 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: 已经修复 -- 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