> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 常规函数的概览页

# 常规函数

| 页面                                                                                         | 说明                                                            |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------- |
| [概览](/zh/reference/functions/regular-functions/overview)                                   | 所有函数的概览。                                                      |
| [机器学习](/zh/reference/functions/regular-functions/machine-learning-functions)               | 用于机器学习的函数。                                                    |
| [内部信息](/zh/reference/functions/regular-functions/introspection)                            | 用于查看 ClickHouse 内部信息的函数。                                      |
| [arrayJoin](/zh/reference/functions/regular-functions/array-join)                          | `arrayJoin` 函数会将每一行展开为一组行。                                    |
| [字符串搜索](/zh/reference/functions/regular-functions/string-search-functions)                 | 用于在字符串中搜索的函数。                                                 |
| [哈希](/zh/reference/functions/regular-functions/hash-functions)                             | 哈希函数。                                                         |
| [UUID](/zh/reference/functions/regular-functions/uuid-functions)                           | 用于处理 UUID 的函数。                                                |
| [时间序列](/zh/reference/functions/regular-functions/time-series-functions)                    | 用于处理时间序列的函数。                                                  |
| [随机数](/zh/reference/functions/regular-functions/random-functions)                          | 用于生成随机数的函数。                                                   |
| [NLP](/zh/reference/functions/regular-functions/nlp-functions)                             | 用于自然语言处理的函数。                                                  |
| [条件](/zh/reference/functions/regular-functions/conditional-functions)                      | 条件函数。                                                         |
| [Nullable](/zh/reference/functions/regular-functions/functions-for-nulls)                  | 用于处理 NULL 的函数。                                                |
| [位](/zh/reference/functions/regular-functions/bit-functions)                               | 按位运算函数。                                                       |
| [时间窗口](/zh/reference/functions/regular-functions/time-window-functions)                    | 返回对应窗口的包含下界和排除上界的函数。                                          |
| [IP 地址](/zh/reference/functions/regular-functions/ip-address-functions)                    | 用于处理 IPv4 和 IPv6 地址的函数。                                       |
| [拆分字符串](/zh/reference/functions/regular-functions/splitting-merging-functions)             | 用于拆分字符串的函数。                                                   |
| [元组](/zh/reference/functions/regular-functions/tuple-functions)                            | 用于处理元组的函数。                                                    |
| [字符串替换](/zh/reference/functions/regular-functions/string-replace-functions)                | 用于替换字符串的函数。                                                   |
| [用户自定义函数](/zh/reference/functions/regular-functions/udf)                                   | 用户自定义函数。                                                      |
| [比较](/zh/reference/functions/regular-functions/comparison-functions)                       | 比较函数 (如等于、小于、大于等) 。                                           |
| [其他](/zh/reference/functions/regular-functions/other-functions)                            | 不属于任何其他类别的函数。                                                 |
| [JSON](/zh/reference/functions/regular-functions/json-functions)                           | 用于处理 JSON 的函数。                                                |
| [URL](/zh/reference/functions/regular-functions/url-functions)                             | 用于处理 URL 的函数。                                                 |
| [编码](/zh/reference/functions/regular-functions/encoding-functions)                         | 用于编码数据的函数。                                                    |
| [ULID](/zh/reference/functions/regular-functions/ulid-functions)                           | 用于处理 ULID 的函数。                                                |
| [Map](/zh/reference/functions/regular-functions/tuple-map-functions)                       | 用于处理 Map 的函数。                                                 |
| [字典](/zh/reference/functions/regular-functions/ext-dict-functions)                         | 用于处理字典的函数。                                                    |
| [IN](/zh/reference/functions/regular-functions/in-functions)                               | IN 运算符。                                                       |
| [文件](/zh/reference/functions/regular-functions/files)                                      | `file` 函数。                                                    |
| [数组](/zh/reference/functions/regular-functions/array-functions)                            | 用于处理数组的函数。                                                    |
| [String](/zh/reference/functions/regular-functions/string-functions)                       | 用于处理 String 的函数。 (字符串搜索和替换函数将单独介绍。)                           |
| [DateTime](/zh/reference/functions/regular-functions/date-time-functions)                  | 用于处理日期和时间的函数。                                                 |
| [Logical](/zh/reference/functions/regular-functions/logical-functions)                     | 对任意数值类型参数执行逻辑运算的函数。                                           |
| [Rounding](/zh/reference/functions/regular-functions/rounding-functions)                   | 用于舍入的函数。                                                      |
| [uniqTheta](/zh/reference/functions/regular-functions/uniqtheta-functions)                 | uniqTheta 函数对两个 uniqThetaSketch object 进行集合运算计算，例如 ∪ / ∩ / ×。 |
| [Distance](/zh/reference/functions/regular-functions/distance-functions)                   | 用于计算向量范数、距离、归一化，以及线性代数和机器学习中常见运算的函数。                          |
| [Bitmap](/zh/reference/functions/regular-functions/bitmap-functions)                       | 用于 bitmap 的函数。                                                |
| [Math](/zh/reference/functions/regular-functions/math-functions)                           | 数学函数。                                                         |
| [Financial](/zh/reference/functions/regular-functions/financial-functions)                 | 金融函数。                                                         |
| [Encryption](/zh/reference/functions/regular-functions/encryption-functions)               | 用于加密的函数。                                                      |
| [Arithmetic](/zh/reference/functions/regular-functions/arithmetic-functions)               | 对 `UInt`、`Int` 或 `Float` 类型执行算术运算的函数。                         |
| [Embedded Dictionaries](/zh/reference/functions/regular-functions/embedded-dict-functions) | 用于处理嵌入式字典的函数。                                                 |
| [Type Conversion](/zh/reference/functions/regular-functions/type-conversion-functions)     | 用于将一种类型转换为另一种类型的函数。                                           |
