viirya commented on code in PR #8578:
URL: https://github.com/apache/arrow-datafusion/pull/8578#discussion_r1432004965
##########
datafusion/expr/src/udf.rs:
##########
@@ -124,22 +169,126 @@ impl ScalarUDF {
&self.aliases
}
- /// Returns this function's signature (what input types are accepted)
+ /// Returns this function's [`Signature`] (what input types are accepted)
pub fn signature(&self) -> &Signature {
&self.signature
}
- /// Return the type of the function given its input types
+ /// The datatype this function returns given the input argument input types
Review Comment:
?
```suggestion
/// The datatype this function returns given the input argument types
```
--
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]