RFC:Support user-defined functions #4793
zhaojunnana
started this conversation in
General
Replies: 4 comments 3 replies
-
lgtm for me, but I think there should be an abstraction about UDF implementation (environment or handler?). So user could choose execute UDF by specified runtime (JNI in your RFC). |
Beta Was this translation helpful? Give feedback.
1 reply
-
#4060 |
Beta Was this translation helpful? Give feedback.
0 replies
-
So you've tried to use java for udf? But gave it up later because of performance losses? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In complex queries, the udf function is sometimes necessary.
Here are some of my ideas and simple implementations: https://github.com/zhaojunnana/nebula/blob/master/docs/UDF.md
Because we use the Java technology stack, we consider using JNI at the beginning of implementation. Graphd calls the Java jar. The reason for giving up is that the performance loss is considerable.
pr:#4795
Beta Was this translation helpful? Give feedback.
All reactions