Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Sep 4, 2024
1 parent 3066d4c commit a47364d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/sql/functions/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Where the `datatype` can be any valid Arrow data type in this [list](https://arr
DataFusion [String Function](./df-functions#string-functions).GreptimeDB provides:
* `matches(expression, pattern)` for full text search.

For details, read the [Query Logs](user-guide/logs/query-logs.md).
For details, read the [Query Logs](/user-guide/logs/query-logs.md).

### Math Functions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ arrow_cast(expression, datatype)
DataFusion [字符串函数](./df-functions#string-functions)。GreptimeDB 提供:
* `matches(expression, pattern)` 用于全文检索。

阅读[查询日志](user-guide/logs/query-logs.md)文档获取更多详情。
阅读[查询日志](/user-guide/logs/query-logs.md)文档获取更多详情。

### 数学函数

Expand Down

0 comments on commit a47364d

Please sign in to comment.