We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea703 commit a07d74bCopy full SHA for a07d74b
datafusion/functions-array/src/macros.rs
@@ -42,6 +42,8 @@
42
/// * `DOC`: documentation string for the function
43
/// * `SCALAR_UDF_FUNC`: name of the function to create (just) the `ScalarUDF`
44
/// * `GNAME`: name for the single static instance of the `ScalarUDF`
45
+///
46
+/// [`ScalarUDFImpl`]: datafusion_expr::ScalarUDFImpl
47
macro_rules! make_udf_function {
48
($UDF:ty, $EXPR_FN:ident, $($arg:ident)*, $DOC:expr , $SCALAR_UDF_FN:ident) => {
49
paste::paste! {
0 commit comments