@@ -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": "组中的平均值。空值不参与计算。"
+ }
+```