alamb commented on code in PR #17264:
URL: https://github.com/apache/datafusion/pull/17264#discussion_r2292202435
##########
datafusion/expr-common/src/signature.rs:
##########
@@ -736,10 +773,22 @@ impl Hash for ImplicitCoercion {
}
}
-/// Defines the supported argument types ([`TypeSignature`]) and
[`Volatility`] for a function.
+/// Defines supported argument types and volatility for a function.
+///
+/// A [`Signature`] provides DataFusion information necessary for calling a
+/// function.
+///
+/// The [`TypeSignature`] defines the types that a function has implementations
Review Comment:
Yes, good call -- added in edaeca66a
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]