EMqmyd 4 years atrás
parent
commit
f89ed532cd
1 changed files with 18 additions and 0 deletions
  1. 18 0
      docs/zh_CN/plugins/overview.md

+ 18 - 0
docs/zh_CN/plugins/overview.md

@@ -258,5 +258,23 @@ source 的大部分属性用户通过对应的配置文件指定,用户无法
 }
 }
 ```
 ```
 
 
+函数 (Functions)
+
+#### 样例文件
+
+以下为样例元数据文件。
+
+```json
+{
+   "name": "avg",
+   "control": "text",
+   "eximple": "avg(col1)",
+   "hint": {
+     "en_US": "The file path for saving the result",
+     "zh_CN": "组中的平均值。空值不参与计算。"
+   }   
+ }
+```
+