RocMarshal commented on a change in pull request #16348:
URL: https://github.com/apache/flink/pull/16348#discussion_r664425887



##########
File path: docs/content.zh/docs/dev/table/functions/systemFunctions.md
##########
@@ -24,161 +24,161 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# System (Built-in) Functions
+# 系统(内置)函数
 
-Flink Table API & SQL provides users with a set of built-in functions for data 
transformations. This page gives a brief overview of them.
-If a function that you need is not supported yet, you can implement a 
[user-defined function]({{< ref "docs/dev/table/functions/udfs" >}}).
-If you think that the function is general enough, please <a 
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa";>open a 
Jira issue</a> for it with a detailed description.
+Flink Table API & SQL 为用户提供了一组内置的数据转换函数。本页简要介绍了它们。如果您需要的功能尚不支持,您可以实现
+[用户自定义功能]({{< ref "docs/dev/table/functions/udfs" >}})。如果你觉得这个功能够通用, 请
+<a href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa";>创建一个 
Jira issue</a>并详细
+说明。
 
-Scalar Functions
+标量函数
 ----------------
 
-The scalar functions take zero, one or more values as the input and return a 
single value as the result.
+标量函数将零、一个或多个值作为输入并返回单个值作为结果。
 
-### Comparison Functions
+### 比较函数
 
-{{< sql_functions "comparison" >}}
+{{< sql_functions_zh "comparison" >}}
 
-### Logical Functions
+### 逻辑函数
 
-{{< sql_functions "logical" >}}
+{{< sql_functions_zh "logical" >}}
 
-### Arithmetic Functions
+### 算术函数
 
-{{< sql_functions "arithmetic" >}}
+{{< sql_functions_zh "arithmetic" >}}
 
-### String Functions
+### 字符串函数
 
-{{< sql_functions "string" >}}
+{{< sql_functions_zh "string" >}}
 
-### Temporal Functions
+### 时间函数
 
-{{< sql_functions "temporal" >}}
+{{< sql_functions_zh "temporal" >}}
 
-### Conditional Functions
+### 条件函数
 
-{{< sql_functions "conditional" >}}
+{{< sql_functions_zh "conditional" >}}
 
-### Type Conversion Functions
+### 类型转换函数
 
-{{< sql_functions "conversion" >}}
+{{< sql_functions_zh "conversion" >}}
 
-### Collection Functions
+### 集合函数
 
-{{< sql_functions "collection" >}}
+{{< sql_functions_zh "collection" >}}
 
-### Value Construction Functions
+### 构建值函数
 
-{{< sql_functions "valueconstruction" >}}
+{{< sql_functions_zh "valueconstruction" >}}
 
-### Value Access Functions
+### 获取值函数
 
-{{< sql_functions "valueaccess" >}}
+{{< sql_functions_zh "valueaccess" >}}
 
-### Grouping Functions
+### 分组函数
 
-{{< sql_functions "grouping" >}}
+{{< sql_functions_zh "grouping" >}}
 
-### Hash Functions
+### 哈希函数
 
-{{< sql_functions "hashfunctions" >}}
+{{< sql_functions_zh "hashfunctions" >}}
 
-### Auxiliary Functions
+### 辅助功能
 
-{{< sql_functions "auxilary" >}}
+{{< sql_functions_zh "auxilary" >}}
 
-Aggregate Functions
+聚合函数
 -------------------
 
-The aggregate functions take an expression across all the rows as the input 
and return a single aggregated value as the result. 
+聚合函数将所有的行作为输入,并返回单个聚合值作为结果。
 
-{{< sql_functions "aggregate" >}}
+{{< sql_functions_zh "aggregate" >}}
 
-Time Interval and Point Unit Specifiers
+时间间隔和点单位说明符
 ---------------------------------------
 
-The following table lists specifiers for time interval and time point units. 
-
-For Table API, please use `_` for spaces (e.g., `DAY_TO_HOUR`).
-
-| Time Interval Unit       | Time Point Unit                |
-| :----------------------- | :----------------------------- |
-| `MILLENIUM` _(SQL-only)_ |                                |
-| `CENTURY` _(SQL-only)_   |                                |
-| `YEAR`                   | `YEAR`                         |
-| `YEAR TO MONTH`          |                                |
-| `QUARTER`                | `QUARTER`                      |
-| `MONTH`                  | `MONTH`                        |
-| `WEEK`                   | `WEEK`                         |
-| `DAY`                    | `DAY`                          |
-| `DAY TO HOUR`            |                                |
-| `DAY TO MINUTE`          |                                |
-| `DAY TO SECOND`          |                                |
-| `HOUR`                   | `HOUR`                         |
-| `HOUR TO MINUTE`         |                                |
-| `HOUR TO SECOND`         |                                |
-| `MINUTE`                 | `MINUTE`                       |
-| `MINUTE TO SECOND`       |                                |
-| `SECOND`                 | `SECOND`                       |
-|                          | `MILLISECOND`                  |
-|                          | `MICROSECOND`                  |
-| `DOY` _(SQL-only)_       |                                |
-| `DOW` _(SQL-only)_       |                                |
-|                          | `SQL_TSI_YEAR` _(SQL-only)_    |
-|                          | `SQL_TSI_QUARTER` _(SQL-only)_ |
-|                          | `SQL_TSI_MONTH` _(SQL-only)_   |
-|                          | `SQL_TSI_WEEK` _(SQL-only)_    |
-|                          | `SQL_TSI_DAY` _(SQL-only)_     |
-|                          | `SQL_TSI_HOUR` _(SQL-only)_    |
-|                          | `SQL_TSI_MINUTE` _(SQL-only)_  |
-|                          | `SQL_TSI_SECOND ` _(SQL-only)_ |
+下表列出了时间间隔和时间点单位的说明符。
+
+对于 Table API,请使用 `_` 代替空格(例如 `DAY_TO_HOUR`)。
+
+| 时间间隔单位                | 时间点单位                        |
+| :------------------------ | :------------------------------ |
+| `MILLENIUM` _(仅适用SQL)_ |                                 |
+| `CENTURY` _(仅适用SQL)_   |                                 |
+| `YEAR`                    | `YEAR`                          |
+| `YEAR TO MONTH`           |                                 |
+| `QUARTER`                 | `QUARTER`                       |
+| `MONTH`                   | `MONTH`                         |
+| `WEEK`                    | `WEEK`                          |
+| `DAY`                     | `DAY`                           |
+| `DAY TO HOUR`             |                                 |
+| `DAY TO MINUTE`           |                                 |
+| `DAY TO SECOND`           |                                 |
+| `HOUR`                    | `HOUR`                          |
+| `HOUR TO MINUTE`          |                                 |
+| `HOUR TO SECOND`          |                                 |
+| `MINUTE`                  | `MINUTE`                        |
+| `MINUTE TO SECOND`        |                                 |
+| `SECOND`                  | `SECOND`                        |
+|                           | `MILLISECOND`                   |
+|                           | `MICROSECOND`                   |
+| `DOY` _(仅适用SQL)_       |                                 |
+| `DOW` _(仅适用SQL)_       |                                 |
+|                           | `SQL_TSI_YEAR` _(仅适用SQL)_    |
+|                           | `SQL_TSI_QUARTER` _(仅适用SQL)_ |
+|                           | `SQL_TSI_MONTH` _(仅适用SQL)_   |
+|                           | `SQL_TSI_WEEK` _(仅适用SQL)_    |
+|                           | `SQL_TSI_DAY` _(仅适用SQL)_     |
+|                           | `SQL_TSI_HOUR` _(仅适用SQL)_    |
+|                           | `SQL_TSI_MINUTE` _(仅适用SQL)_  |
+|                           | `SQL_TSI_SECOND ` _(仅适用SQL)_ |
 
 {{< top >}}
 
-Column Functions
+列函数
 ---------------------------------------
 
-The column functions are used to select or deselect table columns.
+列函数用于选择或不选表的列。

Review comment:
       IMO, either `列函数用于选择或丢弃表的列` or `列函数用于选择或弃选表的列` is ok.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to