Weijun-H commented on code in PR #8985:
URL: https://github.com/apache/arrow-datafusion/pull/8985#discussion_r1467192647


##########
datafusion/expr/src/udf.rs:
##########
@@ -152,6 +153,17 @@ impl ScalarUDF {
         self.inner.return_type(args)
     }
 
+    /// The datatype this function returns given the input argument input 
types.
+    /// This function is used when the input arguments are [`Expr`]s.
+    /// See [`ScalarUDFImpl::return_type_from_exprs`] for more details.

Review Comment:
   ```suggestion
       ///
       /// See [`ScalarUDFImpl::return_type_from_exprs`] for more details.
   ```



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