alamb commented on code in PR #12822:
URL: https://github.com/apache/datafusion/pull/12822#discussion_r1793362288
##########
datafusion/functions/src/math/log.rs:
##########
@@ -37,6 +38,7 @@ use datafusion_expr::{
};
use datafusion_expr::{ScalarUDFImpl, Signature, Volatility};
+#[udf_doc(description = "log_description", example = "log_example")]
Review Comment:
This looks quite cool ❤️
One thing I would be interested in seeing is if/how a multi line description
and example would look. I have had trouble with multi-line macro / docs in the
past
--
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]