Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to support UDFs in condition expression? #5

Open
joeyhacker opened this issue Sep 13, 2018 · 1 comment
Open

how to support UDFs in condition expression? #5

joeyhacker opened this issue Sep 13, 2018 · 1 comment

Comments

@joeyhacker
Copy link

joeyhacker commented Sep 13, 2018

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.

@phil3k3
Copy link
Owner

phil3k3 commented Sep 15, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants