Skip to content

Commit a07d74b

Browse files
committed
cargo doc
1 parent a2ea703 commit a07d74b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/functions-array/src/macros.rs

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
/// * `DOC`: documentation string for the function
4343
/// * `SCALAR_UDF_FUNC`: name of the function to create (just) the `ScalarUDF`
4444
/// * `GNAME`: name for the single static instance of the `ScalarUDF`
45+
///
46+
/// [`ScalarUDFImpl`]: datafusion_expr::ScalarUDFImpl
4547
macro_rules! make_udf_function {
4648
($UDF:ty, $EXPR_FN:ident, $($arg:ident)*, $DOC:expr , $SCALAR_UDF_FN:ident) => {
4749
paste::paste! {

0 commit comments

Comments
 (0)