How to use a UDF inside par_sql_expr #15739
Unanswered
farzeentitina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have registered a UDF successfully within SessionContext and I am able to see it in the list of the registered udfs when I call ctx.udfs()
I have a sql statement that calls this UDF and I need to use in with_column.
These are the steps I am following
this doesn't work and I receive an error saying testudf is an invalid function. however when I use it like this it works
Am i missing something in the first example where I am parsing it as a sql expression?
Beta Was this translation helpful? Give feedback.
All reactions