|
I was doing some basic calculations using Searching the documentation of Datafusion gave me no good results so I wonder what does this error mean (maybe it could be improved?) and if it's even planned to support UDFs defined from CLI and not in custom Rust code (which would need some extra work to plug it into datafusion-cli) |
Replies: 2 comments 10 replies
|
The core framework to support it exists however it is otherwise unimplemented to the best of my knowledge. See |
|
Thanks @Omega359 , but all of that seem to assume some custom Rust code, maybe |
The core framework to support it exists however it is otherwise unimplemented to the best of my knowledge. See