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": "accumulateWordCount",
- "example": "accumulateWordCount(col1)",
- "hint": {
- "en_US": "This function counts the total number of words",
- "zh_CN": "该函数统计一共有多少个单词"
- }
- }]
- }
|