accumulateWordCount.json 570 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": "",
  12. "zh_CN": ""
  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": "A function which will count how many words had been received from the beginning",
  24. "zh_CN": "该函数将计算从一开始就收到了多少个单词"
  25. }
  26. }]
  27. }