You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, UDFs are currently not supported. This would require to register functions beforehand and then use them during the evaluation of the condition. Do you have concrete functions in mind or is it rather about the possibility to register any custom function?
e.g i want to transform some attribute use my functons, maybe like this:
define function f1 from com.xxx.yyy.Function1.method1;
define function f2 from com.xxx.yyy.Function1.method2;
EventA(f1(name)='abc')+ EventB(age<30)
give me some suggest, thks.
The text was updated successfully, but these errors were encountered: