How to pass down custom expression to physical plan? #14293
Unanswered
another-s347
asked this question in
Q&A
Replies: 1 comment
-
I suggest rewriting such expressions as a In terms of converting your SQL to the function, perhaps you could use a custom expr planner: |
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
-
Hello community!
I have a:
Currently, I am using UDF to implement the expression, but it would be invoked directly instead of passing down to my table provider.
What's the appropriate way to do this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions