|
2 | 2 | title: SQL 函数参考 |
3 | 3 | --- |
4 | 4 |
|
5 | | -Databend 为所有类型的数据处理提供了全面的 SQL 函数。函数按重要性和使用频率进行组织。 |
| 5 | +Databend 为各类数据处理提供了全面的 SQL 函数。函数按重要性和使用频率组织。 |
6 | 6 |
|
7 | 7 | ## 核心数据函数 |
8 | 8 |
|
9 | 9 | | 类别 | 描述 | |
10 | 10 | |----------|-------------| |
11 | | -| [数值函数](./04-numeric-functions/index.md) | 数学运算和计算 | |
12 | | -| [字符串函数](./06-string-functions/index.md) | 文本操作和字符串处理 | |
13 | | -| [日期和时间函数](./05-datetime-functions/index.md) | 日期、时间和时态操作 | |
14 | | -| [时间间隔函数](./05-interval-functions/index.md) | 时间单位转换和时间间隔创建 | |
15 | | -| [转换函数](./02-conversion-functions/index.md) | 类型转换和数据格式转换 | |
16 | | -| [条件函数](./03-conditional-functions/index.md) | 逻辑和控制流操作 | |
| 11 | +| [数值函数](./04-numeric-functions/index.md) | 数学运算与计算 | |
| 12 | +| [字符串函数](./06-string-functions/index.md) | 文本操作与字符串处理 | |
| 13 | +| [日期和时间函数](./05-datetime-functions/index.md) | 日期、时间及时间相关操作 | |
| 14 | +| [转换函数](./02-conversion-functions/index.md) | 类型转换与数据格式转换 | |
| 15 | +| [条件函数](./03-conditional-functions/index.md) | 逻辑与控制流操作 | |
17 | 16 |
|
18 | 17 | ## 分析函数 |
19 | 18 |
|
20 | 19 | | 类别 | 描述 | |
21 | 20 | |----------|-------------| |
22 | 21 | | [聚合函数](./07-aggregate-functions/index.md) | 跨多行的统计计算 | |
23 | | -| [窗口函数](./08-window-functions/index.md) | 使用窗口操作进行高级分析 | |
24 | | -| [位图函数](./01-bitmap-functions/index.md) | 高性能位图操作和分析 | |
| 22 | +| [窗口函数](./08-window-functions/index.md) | 基于窗口操作的高级分析 | |
25 | 23 |
|
26 | | -## 半结构化数据 |
| 24 | +## 结构化和半结构化数据 |
27 | 25 |
|
28 | 26 | | 类别 | 描述 | |
29 | 27 | |----------|-------------| |
30 | | -| [半结构化函数](./10-semi-structured-functions/index.md) | JSON、数组、对象和嵌套数据处理 | |
| 28 | +| [结构化和半结构化函数](./10-semi-structured-functions/index.md) | JSON、数组、对象及嵌套数据处理 | |
31 | 29 |
|
32 | | -## AI 与搜索 |
| 30 | +## 搜索函数 |
33 | 31 |
|
34 | 32 | | 类别 | 描述 | |
35 | 33 | |----------|-------------| |
36 | | -| [向量函数](./11-vector-functions/index.md) | 向量相似度和距离计算 | |
37 | | -| [搜索函数](./10-search-functions/index.md) | 全文搜索和相关性评分 | |
| 34 | +| [全文搜索函数](./10-search-functions/index.md) | 全文搜索与相关性评分 | |
38 | 35 |
|
39 | | -## 数据管理 |
| 36 | +## 向量函数 |
40 | 37 |
|
41 | 38 | | 类别 | 描述 | |
42 | 39 | |----------|-------------| |
43 | | -| [表函数](./17-table-functions/index.md) | 文件检查、数据生成和系统信息 | |
44 | | -| [字典函数](./19-dictionary-functions/index.md) | 实时外部数据源查询(MySQL、Redis) | |
45 | | -| [序列函数](./18-sequence-functions/index.md) | 自增序列值生成 | |
| 40 | +| [向量函数](./11-vector-functions/index.md) | 向量相似度与距离计算 | |
46 | 41 |
|
47 | | -## 空间函数 |
| 42 | +## 地理空间函数 |
48 | 43 |
|
49 | 44 | | 类别 | 描述 | |
50 | 45 | |----------|-------------| |
51 | | -| [地理函数](./09-geo-functions/index.md) | 地理坐标和 H3 地理空间操作 | |
52 | | -| [几何函数](./09-geometry-functions/index.md) | 几何形状和空间计算 | |
| 46 | +| [地理空间函数](./09-geospatial-functions/index.md) | 几何、GeoHash 与 H3 空间操作 | |
53 | 47 |
|
54 | | -## 安全与完整性 |
| 48 | +## 数据管理 |
55 | 49 |
|
56 | 50 | | 类别 | 描述 | |
57 | 51 | |----------|-------------| |
58 | | -| [哈希函数](./12-hash-functions/index.md) | 数据哈希和完整性验证 | |
59 | | -| [UUID 函数](./13-uuid-functions/index.md) | 通用唯一标识符生成 | |
60 | | -| [IP 地址函数](./14-ip-address-functions/index.md) | 网络地址操作和验证 | |
| 52 | +| [表函数](./17-table-functions/index.md) | 文件检查、数据生成与系统信息 | |
| 53 | +| [系统函数](./16-system-functions/index.md) | 系统信息与管理操作 | |
| 54 | +| [上下文函数](./15-context-functions/index.md) | 当前会话、用户及数据库信息 | |
61 | 55 |
|
62 | | -## 系统函数 |
| 56 | +## 安全与完整性 |
63 | 57 |
|
64 | 58 | | 类别 | 描述 | |
65 | 59 | |----------|-------------| |
66 | | -| [系统函数](./16-system-functions/index.md) | 系统信息和管理操作 | |
67 | | -| [上下文函数](./15-context-functions/index.md) | 当前会话、用户和数据库信息 | |
| 60 | +| [哈希函数](./12-hash-functions/index.md) | 数据哈希与完整性验证 | |
| 61 | +| [位图函数](./01-bitmap-functions/index.md) | 高性能位图操作与分析 | |
| 62 | +| [UUID 函数](./13-uuid-functions/index.md) | 通用唯一标识符生成 | |
| 63 | +| [IP 地址函数](./14-ip-address-functions/index.md) | 网络地址操作与验证 | |
68 | 64 |
|
69 | | -## 开发工具 |
| 65 | +## 实用工具函数 |
70 | 66 |
|
71 | 67 | | 类别 | 描述 | |
72 | 68 | |----------|-------------| |
73 | | -| [测试函数](./19-test-functions/index.md) | 测试和调试工具 | |
| 69 | +| [间隔函数](./05-interval-functions/index.md) | 时间单位转换与间隔创建 | |
| 70 | +| [序列函数](./18-sequence-functions/index.md) | 自增序列值生成 | |
| 71 | +| [字典函数](./19-dictionary-functions/index.md) | 实时外部数据源查询(MySQL、Redis) | |
| 72 | +| [测试函数](./19-test-functions/index.md) | 测试与调试工具 | |
| 73 | +| [其他函数](./20-other-functions/index.md) | 杂项辅助与实用工具 | |
0 commit comments