alamb commented on code in PR #8350:
URL: https://github.com/apache/arrow-datafusion/pull/8350#discussion_r1408504274


##########
datafusion/expr/src/expr.rs:
##########
@@ -362,6 +362,13 @@ pub struct ScalarFunction {
     pub args: Vec<Expr>,
 }
 
+impl ScalarFunction {
+    // return the Function's name
+    pub fn name(&self) -> &str {

Review Comment:
   The point of the PR is to add this



-- 
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]

Reply via email to