Skip to content

Commit

Permalink
Update window function docs (#17991) (#18029)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 18, 2024
1 parent 665faa4 commit b2656b0
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 25 deletions.
5 changes: 5 additions & 0 deletions functions-and-operators/expressions-pushed-down.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ summary: TiDB 中下推到 TiKV 的表达式列表及相关设置。

TiFlash 也支持[本页](/tiflash/tiflash-supported-pushdown-calculations.md)列出的函数和算子下推。

> **注意:**
>
> 当作为[窗口函数](/functions-and-operators/window-functions.md)使用时,聚合函数不支持下推到 TiKV。
## 已支持下推的表达式列表

| 表达式分类 | 具体操作 |
Expand All @@ -25,6 +29,7 @@ TiFlash 也支持[本页](/tiflash/tiflash-supported-pushdown-calculations.md)
| [加密和压缩函数](/functions-and-operators/encryption-and-compression-functions.md#加密和压缩函数) | [MD5()](/functions-and-operators/encryption-and-compression-functions.md#md5) <br/>[SHA1(), SHA()](/functions-and-operators/encryption-and-compression-functions.md#sha1) <br/>[UNCOMPRESSED_LENGTH()](/functions-and-operators/encryption-and-compression-functions.md#uncompressed_length) |
| [Cast 函数](/functions-and-operators/cast-functions-and-operators.md#cast-函数和操作符) | [CAST()](/functions-and-operators/cast-functions-and-operators.md#cast) <br/>[CONVERT()](/functions-and-operators/cast-functions-and-operators.md#convert) |
| [其他函数](/functions-and-operators/miscellaneous-functions.md#支持的函数) | [UUID()](/functions-and-operators/miscellaneous-functions.md#uuid) |
| [窗口函数](/functions-and-operators/window-functions.md) ||

## 禁止特定表达式下推

Expand Down
Loading

0 comments on commit b2656b0

Please sign in to comment.