Omega359 commented on code in PR #9435:
URL: https://github.com/apache/arrow-datafusion/pull/9435#discussion_r1517987121
##########
datafusion/expr/src/expr.rs:
##########
@@ -419,6 +419,11 @@ impl ScalarFunction {
args,
}
}
+
+ /// Create a new ScalarFunction expression with a user-defined function
(UDF)
+ pub fn new_func_def(func_def: ScalarFunctionDefinition, args: Vec<Expr>)
-> Self {
Review Comment:
Could do that, sure.
--
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]