12345678910111213141516171819202122232425262728 |
- {
- "about": {
- "trial": false,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/plugins/functions/functions.md",
- "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/plugins/functions/functions.md"
- },
- "description": {
- "en_US": "",
- "zh_CN": ""
- }
- },
- "functions": [{
- "name": "countPlusOne",
- "example": "countPlusOne(col1)",
- "hint": {
- "en_US": "The value of the output parameter length plus one",
- "zh_CN": "输出参数长度加一的值"
- }
- }]
- }
|