Omega359 commented on code in PR #10089:
URL:
https://github.com/apache/arrow-datafusion/pull/10089#discussion_r1567440277
##########
datafusion/expr/src/expr_fn.rs:
##########
@@ -843,18 +802,9 @@ impl WindowUDFImpl for SimpleWindowUDF {
}
}
-/// Calls a named built in function
-pub fn call_fn(name: impl AsRef<str>, args: Vec<Expr>) -> Result<Expr> {
Review Comment:
I think it's a useful function but from what I recall the compiler was
complaining about it being unused currently. Of course, that doesn't mean it's
not useful externally (it obviously is) but I think that re-implementing it in
#9892 would be the best approach to take. I could add it back in during #10090
but I think it may have to live somewhere else unless a session context or
something similar is passed in though
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]