revozhang

Results 3 comments of revozhang

Update I replaced node3 with a script node trying to process the avg value: ``` node3: { type: 'operator', nodeType: 'script', props: { script: 'function exec(msg, meta) { return msg.avg}',...

Hi, @ngjaying thank you for looking into this. Do you have a solution for this now or is it coming? I was trying to implement my own function plugin to...

OK. Do you have any tips how I should go ahead and implement it? As mentioned above, if I declare IsAggregate true for my function, does it mean my function...