Skip to content

Commit 93251b7

Browse files
AI Translate 20-sql-functions to Simplified-Chinese (#2483)
* [INIT] Start translation to Simplified-Chinese * 🌐 Translate index.md to Simplified-Chinese --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 404e083 commit 93251b7

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

.translation-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Translation initialization: 2025-07-01T09:17:18.293747
1+
Translation initialization: 2025-07-01T10:48:31.183277

docs/cn/sql-reference/20-sql-functions/index.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,68 @@
22
title: SQL 函数参考
33
---
44

5-
本页面提供了 Databend 中所有可用 SQL 函数的参考,按类别组织
5+
本页按类别提供了 Databend 中所有可用 SQL 函数的参考。
66

77
## 核心 SQL 函数
88

99
| 类别 | 描述 |
1010
|----------|-------------|
11-
| [数值函数(Numeric Functions)](./04-numeric-functions/index.md) | 数值数据处理和分析的数学运算 |
12-
| [字符串函数(String Functions)](./06-string-functions/index.md) | 文本操作和模式匹配的数据处理 |
13-
| [日期时间函数(Date & Time Functions)](./05-datetime-functions/index.md) | 时间数据分析的日期和时间操作 |
14-
| [聚合函数(Aggregate Functions)](./07-aggregate-functions/index.md) | 对多行执行计算的函数 |
15-
| [窗口函数(Window Functions)](./08-window-functions/index.md) | 对与当前行相关的行集进行操作的函数 |
11+
| [数值函数](./04-numeric-functions/index.md) | 用于数值数据处理和分析的数学运算 |
12+
| [字符串函数](./06-string-functions/index.md) | 用于数据处理的文本操作和模式匹配运算 |
13+
| [日期和时间函数](./05-datetime-functions/index.md) | 用于时序数据分析的日期和时间操作 |
14+
| [聚合函数](./07-aggregate-functions/index.md) | 跨多行执行计算的函数 |
15+
| [窗口函数](./08-window-functions/index.md) | 对与当前行相关的一组行进行操作的函数 |
1616

1717
## 数据类型函数
1818

1919
| 类别 | 描述 |
2020
|----------|-------------|
21-
| [转换函数(Conversion Functions)](./02-conversion-functions/index.md) | 不同数据类型间的类型转换和强制转换操作 |
22-
| [数组函数(Array Functions)](./00-array-functions/index.md) | 创建和操作数组集合的函数 |
23-
| [映射函数(Map Functions)](./10-map-functions/index.md) | 处理键值对集合的函数 |
24-
| [半结构化函数(Semi-structured Functions)](./10-semi-structured-functions/index.md) | 处理 JSON 和其他半结构化数据的函数 |
21+
| [转换函数](./02-conversion-functions/index.md) | 不同数据类型之间的类型转换和强制转换操作 |
22+
| [结构化和半结构化函数](./10-semi-structured-functions/index.md) | 用于处理 JSON、array、object、map 和其他结构化数据类型的函数 |
2523

2624
## 逻辑和控制函数
2725

2826
| 类别 | 描述 |
2927
|----------|-------------|
30-
| [条件函数(Conditional Functions)](./03-conditional-functions/index.md) | 基于逻辑的数据转换和流程控制函数 |
31-
| [间隔函数(Interval Functions)](./05-interval-functions/index.md) | 用于日期计算的时间间隔创建和操作 |
28+
| [条件函数](./03-conditional-functions/index.md) | 基于逻辑的数据转换和流控制函数 |
29+
| [间隔函数](./05-interval-functions/index.md) | 用于日期计算的时间间隔的创建和操作 |
3230

3331
## 系统和元数据函数
3432

3533
| 类别 | 描述 |
3634
|----------|-------------|
37-
| [表函数(Table Functions)](./17-table-functions/index.md) | 返回结果集作为表的函数 |
38-
| [系统函数(System Functions)](./16-system-functions/index.md) | 访问系统信息和管理的函数 |
39-
| [上下文函数(Context Functions)](./15-context-functions/index.md) | 访问会话和环境信息的函数 |
35+
| [表函数](./17-table-functions/index.md) | 以表形式返回结果集的函数 |
36+
| [系统函数](./16-system-functions/index.md) | 用于访问系统信息和管理的函数 |
37+
| [上下文函数](./15-context-functions/index.md) | 用于访问会话和环境信息的函数 |
4038

4139
## 专业分析函数
4240

4341
| 类别 | 描述 |
4442
|----------|-------------|
45-
| [地理函数(Geo Functions)](./09-geo-functions/index.md) | 地理坐标和 H3 地理空间操作 |
46-
| [几何函数(Geometry Functions)](./09-geometry-functions/index.md) | 几何形状操作和空间计算 |
47-
| [搜索函数(Search Functions)](./10-search-functions/index.md) | 全文搜索功能和文本相关性 |
43+
| [地理函数](./09-geo-functions/index.md) | 地理坐标和 H3 地理空间操作 |
44+
| [几何函数](./09-geometry-functions/index.md) | 几何形状操作和空间计算 |
45+
| [搜索函数](./10-search-functions/index.md) | 全文搜索功能和文本相关性 |
4846

4947
## AI 和向量函数
5048

5149
| 类别 | 描述 |
5250
|----------|-------------|
53-
| [AI 函数(AI Functions)](./11-ai-functions/index.md) | 自然语言处理和 AI 功能 |
54-
| [向量距离函数(Vector Distance Functions)](./11-vector-distance-functions/index.md) | 向量相似性和距离计算 |
51+
| [AI 函数](./11-ai-functions/index.md) | 自然语言处理和 AI 功能 |
52+
| [向量距离函数](./11-vector-distance-functions/index.md) | 向量相似度和距离计算 |
5553

5654
## 数据完整性函数
5755

5856
| 类别 | 描述 |
5957
|----------|-------------|
60-
| [哈希函数(Hash Functions)](./12-hash-functions/index.md) | 数据哈希和指纹算法 |
61-
| [UUID 函数(UUID Functions)](./13-uuid-functions/index.md) | 通用唯一标识符生成和处理 |
62-
| [IP 地址函数(IP Address Functions)](./14-ip-address-functions/index.md) | IP 地址操作和转换 |
63-
| [位图函数(Bitmap Functions)](./01-bitmap-functions/index.md) | 位级操作 |
58+
| [哈希函数](./12-hash-functions/index.md) | 数据哈希和指纹算法 |
59+
| [UUID 函数](./13-uuid-functions/index.md) | UUID(Universally Unique Identifier)的生成和处理 |
60+
| [IP 地址函数](./14-ip-address-functions/index.md) | IP 地址操作和转换 |
61+
| [位图函数](./01-bitmap-functions/index.md) | 位级操作和处理 |
6462

6563
## 实用函数
6664

6765
| 类别 | 描述 |
6866
|----------|-------------|
69-
| [序列函数(Sequence Functions)](./18-sequence-functions/index.md) | 序列生成和操作 |
70-
| [字典函数(Dictionary Functions)](./19-dictionary-functions/index.md) | 外部数据源集成 |
71-
| [测试函数(Test Functions)](./19-test-functions/index.md) | 用于测试和开发目的的函数 |
67+
| [序列函数](./18-sequence-functions/index.md) | 序列生成和操作 |
68+
| [字典函数](./19-dictionary-functions/index.md) | 外部数据源集成 |
69+
| [测试函数](./19-test-functions/index.md) | 用于测试和开发目的的函数 |

0 commit comments

Comments
 (0)