pick.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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/sqls/query_language_elements.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/sqls/query_language_elements.md"
  13. },
  14. "description": {
  15. "en_US": "An operation to pick the selected fields.",
  16. "zh_CN": "用于选取字段的操作"
  17. }
  18. },
  19. "properties": [{
  20. "name": "fields",
  21. "default": "",
  22. "optional": false,
  23. "control": "text",
  24. "type": "list_string",
  25. "hint": {
  26. "en_US": "select fields",
  27. "zh_CN": "选取字段"
  28. },
  29. "label": {
  30. "en_US": "Fields",
  31. "zh_CN": "字段"
  32. }
  33. }],
  34. "node": {
  35. "display": true,
  36. "category": "op",
  37. "input": {
  38. "type": "any",
  39. "rowType": "any",
  40. "collectionType": "any"
  41. },
  42. "output": {
  43. "type": "same",
  44. "strategy": "pick"
  45. },
  46. "icon": "iconPath",
  47. "label": {
  48. "en": "Pick",
  49. "zh": "选择"
  50. }
  51. }
  52. }