accumulateWordCount.json 701 B

12345678910111213141516171819202122232425262728
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "helpUrl": {
  11. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/plugins/functions/functions.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/plugins/functions/functions.md"
  13. },
  14. "description": {
  15. "en_US": "",
  16. "zh_CN": ""
  17. }
  18. },
  19. "functions": [{
  20. "name": "accumulateWordCount",
  21. "example": "accumulateWordCount(col1)",
  22. "hint": {
  23. "en_US": "This function counts the total number of words",
  24. "zh_CN": "该函数统计一共有多少个单词"
  25. }
  26. }]
  27. }