Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion-functions 48.0.0 - Docs.rs
[go: Go Back, main page]

datafusion-functions 48.0.0

Function packages for the DataFusion query engine
Documentation
Build #2217962 2025-06-11T14:33:45.239354+00:00
# rustc version
rustc 1.89.0-nightly (1677d46cb 2025-06-10)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/datafusion-functions-48.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/datafusion-functions-48.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250610-1.89.0-nightly-1677d46cb\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] eb68359eec03cbd8c0e9e1eb9a43e81825ccc98c043c38da706ba33b4a376416
[INFO] running `Command { std: "docker" "start" "-a" "eb68359eec03cbd8c0e9e1eb9a43e81825ccc98c043c38da706ba33b4a376416", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting datafusion-functions v48.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | make_udf_function!(ascii::AsciiFunc, ascii);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | make_udf_function!(bit_length::BitLengthFunc, bit_length);
[INFO] [stderr]    | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:49:1
[INFO] [stderr]    |
[INFO] [stderr] 49 | make_udf_function!(btrim::BTrimFunc, btrim);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | make_udf_function!(chr::ChrFunc, chr);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | make_udf_function!(concat::ConcatFunc, concat);
[INFO] [stderr]    | ---------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | make_udf_function!(concat_ws::ConcatWsFunc, concat_ws);
[INFO] [stderr]    | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | make_udf_function!(ends_with::EndsWithFunc, ends_with);
[INFO] [stderr]    | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | make_udf_function!(levenshtein::LevenshteinFunc, levenshtein);
[INFO] [stderr]    | ------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | make_udf_function!(ltrim::LtrimFunc, ltrim);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | make_udf_function!(lower::LowerFunc, lower);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | make_udf_function!(octet_length::OctetLengthFunc, octet_length);
[INFO] [stderr]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | make_udf_function!(repeat::RepeatFunc, repeat);
[INFO] [stderr]    | ---------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:59:1
[INFO] [stderr]    |
[INFO] [stderr] 59 | make_udf_function!(replace::ReplaceFunc, replace);
[INFO] [stderr]    | ------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | make_udf_function!(rtrim::RtrimFunc, rtrim);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:61:1
[INFO] [stderr]    |
[INFO] [stderr] 61 | make_udf_function!(starts_with::StartsWithFunc, starts_with);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:62:1
[INFO] [stderr]    |
[INFO] [stderr] 62 | make_udf_function!(split_part::SplitPartFunc, split_part);
[INFO] [stderr]    | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | make_udf_function!(to_hex::ToHexFunc, to_hex);
[INFO] [stderr]    | --------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:64:1
[INFO] [stderr]    |
[INFO] [stderr] 64 | make_udf_function!(upper::UpperFunc, upper);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | make_udf_function!(uuid::UuidFunc, uuid);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/string/mod.rs:66:1
[INFO] [stderr]    |
[INFO] [stderr] 66 | make_udf_function!(contains::ContainsFunc, contains);
[INFO] [stderr]    | ---------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | make_udf_function!(arrow_cast::ArrowCastFunc, arrow_cast);
[INFO] [stderr]    | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | make_udf_function!(nullif::NullIfFunc, nullif);
[INFO] [stderr]    | ---------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | make_udf_function!(nvl::NVLFunc, nvl);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | make_udf_function!(nvl2::NVL2Func, nvl2);
[INFO] [stderr]    | ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | make_udf_function!(overlay::OverlayFunc, overlay);
[INFO] [stderr]    | ------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | make_udf_function!(arrowtypeof::ArrowTypeOfFunc, arrow_typeof);
[INFO] [stderr]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:49:1
[INFO] [stderr]    |
[INFO] [stderr] 49 | make_udf_function!(r#struct::StructFunc, r#struct);
[INFO] [stderr]    | -------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | make_udf_function!(named_struct::NamedStructFunc, named_struct);
[INFO] [stderr]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | make_udf_function!(getfield::GetFieldFunc, get_field);
[INFO] [stderr]    | ----------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | make_udf_function!(coalesce::CoalesceFunc, coalesce);
[INFO] [stderr]    | ---------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | make_udf_function!(greatest::GreatestFunc, greatest);
[INFO] [stderr]    | ---------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | make_udf_function!(least::LeastFunc, least);
[INFO] [stderr]    | ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | make_udf_function!(union_extract::UnionExtractFun, union_extract);
[INFO] [stderr]    | ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | make_udf_function!(union_tag::UnionTagFunc, union_tag);
[INFO] [stderr]    | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/core/mod.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | make_udf_function!(version::VersionFunc, version);
[INFO] [stderr]    | ------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | make_udf_function!(current_date::CurrentDateFunc, current_date);
[INFO] [stderr]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | make_udf_function!(current_time::CurrentTimeFunc, current_time);
[INFO] [stderr]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:42:1
[INFO] [stderr]    |
[INFO] [stderr] 42 | make_udf_function!(date_bin::DateBinFunc, date_bin);
[INFO] [stderr]    | --------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | make_udf_function!(date_part::DatePartFunc, date_part);
[INFO] [stderr]    | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | make_udf_function!(date_trunc::DateTruncFunc, date_trunc);
[INFO] [stderr]    | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | make_udf_function!(make_date::MakeDateFunc, make_date);
[INFO] [stderr]    | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | make_udf_function!(from_unixtime::FromUnixtimeFunc, from_unixtime);
[INFO] [stderr]    | ------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | make_udf_function!(now::NowFunc, now);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | make_udf_function!(to_char::ToCharFunc, to_char);
[INFO] [stderr]    | ------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:49:1
[INFO] [stderr]    |
[INFO] [stderr] 49 | make_udf_function!(to_date::ToDateFunc, to_date);
[INFO] [stderr]    | ------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | make_udf_function!(to_local_time::ToLocalTimeFunc, to_local_time);
[INFO] [stderr]    | ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | make_udf_function!(to_unixtime::ToUnixtimeFunc, to_unixtime);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | make_udf_function!(to_timestamp::ToTimestampFunc, to_timestamp);
[INFO] [stderr]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | make_udf_function!(to_timestamp::ToTimestampSecondsFunc, to_timestamp_seconds);
[INFO] [stderr]    | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | make_udf_function!(to_timestamp::ToTimestampMillisFunc, to_timestamp_millis);
[INFO] [stderr]    | ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | make_udf_function!(to_timestamp::ToTimestampMicrosFunc, to_timestamp_micros);
[INFO] [stderr]    | ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/datetime/mod.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | make_udf_function!(to_timestamp::ToTimestampNanosFunc, to_timestamp_nanos);
[INFO] [stderr]    | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/encoding/mod.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | make_udf_function!(inner::EncodeFunc, encode);
[INFO] [stderr]    | --------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/encoding/mod.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | make_udf_function!(inner::DecodeFunc, decode);
[INFO] [stderr]    | --------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | make_udf_function!(abs::AbsFunc, abs);
[INFO] [stderr]    | ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | / make_math_unary_udf!(
[INFO] [stderr] 45 | |     AcosFunc,
[INFO] [stderr] 46 | |     acos,
[INFO] [stderr] 47 | |     acos,
[INFO] [stderr] ...  |
[INFO] [stderr] 50 | |     super::get_acos_doc
[INFO] [stderr] 51 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | / make_math_unary_udf!(
[INFO] [stderr] 53 | |     AcoshFunc,
[INFO] [stderr] 54 | |     acosh,
[INFO] [stderr] 55 | |     acosh,
[INFO] [stderr] ...  |
[INFO] [stderr] 58 | |     super::get_acosh_doc
[INFO] [stderr] 59 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | / make_math_unary_udf!(
[INFO] [stderr] 61 | |     AsinFunc,
[INFO] [stderr] 62 | |     asin,
[INFO] [stderr] 63 | |     asin,
[INFO] [stderr] ...  |
[INFO] [stderr] 66 | |     super::get_asin_doc
[INFO] [stderr] 67 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / make_math_unary_udf!(
[INFO] [stderr] 69 | |     AsinhFunc,
[INFO] [stderr] 70 | |     asinh,
[INFO] [stderr] 71 | |     asinh,
[INFO] [stderr] ...  |
[INFO] [stderr] 74 | |     super::get_asinh_doc
[INFO] [stderr] 75 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:76:1
[INFO] [stderr]    |
[INFO] [stderr] 76 | / make_math_unary_udf!(
[INFO] [stderr] 77 | |     AtanFunc,
[INFO] [stderr] 78 | |     atan,
[INFO] [stderr] 79 | |     atan,
[INFO] [stderr] ...  |
[INFO] [stderr] 82 | |     super::get_atan_doc
[INFO] [stderr] 83 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:84:1
[INFO] [stderr]    |
[INFO] [stderr] 84 | / make_math_unary_udf!(
[INFO] [stderr] 85 | |     AtanhFunc,
[INFO] [stderr] 86 | |     atanh,
[INFO] [stderr] 87 | |     atanh,
[INFO] [stderr] ...  |
[INFO] [stderr] 90 | |     super::get_atanh_doc
[INFO] [stderr] 91 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/macros.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]    |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/math/mod.rs:92:1
[INFO] [stderr]    |
[INFO] [stderr] 92 | / make_math_binary_udf!(
[INFO] [stderr] 93 | |     Atan2,
[INFO] [stderr] 94 | |     atan2,
[INFO] [stderr] 95 | |     atan2,
[INFO] [stderr] 96 | |     super::atan2_order,
[INFO] [stderr] 97 | |     super::get_atan2_doc
[INFO] [stderr] 98 | | );
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_binary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 76 -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76 +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:99:1
[INFO] [stderr]     |
[INFO] [stderr] 99  | / make_math_unary_udf!(
[INFO] [stderr] 100 | |     CbrtFunc,
[INFO] [stderr] 101 | |     cbrt,
[INFO] [stderr] 102 | |     cbrt,
[INFO] [stderr] ...   |
[INFO] [stderr] 105 | |     super::get_cbrt_doc
[INFO] [stderr] 106 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:107:1
[INFO] [stderr]     |
[INFO] [stderr] 107 | / make_math_unary_udf!(
[INFO] [stderr] 108 | |     CeilFunc,
[INFO] [stderr] 109 | |     ceil,
[INFO] [stderr] 110 | |     ceil,
[INFO] [stderr] ...   |
[INFO] [stderr] 113 | |     super::get_ceil_doc
[INFO] [stderr] 114 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:115:1
[INFO] [stderr]     |
[INFO] [stderr] 115 | / make_math_unary_udf!(
[INFO] [stderr] 116 | |     CosFunc,
[INFO] [stderr] 117 | |     cos,
[INFO] [stderr] 118 | |     cos,
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |     super::get_cos_doc
[INFO] [stderr] 122 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:123:1
[INFO] [stderr]     |
[INFO] [stderr] 123 | / make_math_unary_udf!(
[INFO] [stderr] 124 | |     CoshFunc,
[INFO] [stderr] 125 | |     cosh,
[INFO] [stderr] 126 | |     cosh,
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     super::get_cosh_doc
[INFO] [stderr] 130 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:131:1
[INFO] [stderr]     |
[INFO] [stderr] 131 | make_udf_function!(cot::CotFunc, cot);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / make_math_unary_udf!(
[INFO] [stderr] 133 | |     DegreesFunc,
[INFO] [stderr] 134 | |     degrees,
[INFO] [stderr] 135 | |     to_degrees,
[INFO] [stderr] ...   |
[INFO] [stderr] 138 | |     super::get_degrees_doc
[INFO] [stderr] 139 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:140:1
[INFO] [stderr]     |
[INFO] [stderr] 140 | / make_math_unary_udf!(
[INFO] [stderr] 141 | |     ExpFunc,
[INFO] [stderr] 142 | |     exp,
[INFO] [stderr] 143 | |     exp,
[INFO] [stderr] ...   |
[INFO] [stderr] 146 | |     super::get_exp_doc
[INFO] [stderr] 147 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:148:1
[INFO] [stderr]     |
[INFO] [stderr] 148 | make_udf_function!(factorial::FactorialFunc, factorial);
[INFO] [stderr]     | ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |           #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                      -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:149:1
[INFO] [stderr]     |
[INFO] [stderr] 149 | / make_math_unary_udf!(
[INFO] [stderr] 150 | |     FloorFunc,
[INFO] [stderr] 151 | |     floor,
[INFO] [stderr] 152 | |     floor,
[INFO] [stderr] ...   |
[INFO] [stderr] 155 | |     super::get_floor_doc
[INFO] [stderr] 156 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` which comes from the expansion of the macro `make_math_unary_udf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:157:1
[INFO] [stderr]     |
[INFO] [stderr] 157 | make_udf_function!(log::LogFunc, log);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:158:1
[INFO] [stderr]     |
[INFO] [stderr] 158 | make_udf_function!(gcd::GcdFunc, gcd);
[INFO] [stderr]     | ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:159:1
[INFO] [stderr]     |
[INFO] [stderr] 159 | make_udf_function!(nans::IsNanFunc, isnan);
[INFO] [stderr]     | ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: this warning originates in the macro `make_udf_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 76  -         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr] 76  +         #[doc = concat!("Return a [`ScalarUDF`] implementation of ", stringify!($NAME))]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/macros.rs:76:49
[INFO] [stderr]     |
[INFO] [stderr] 76  |         #[doc = concat!("Return a [`ScalarUDF`](datafusion_expr::ScalarUDF) implementation of ", stringify!($NAME))]
[INFO] [stderr]     |                                    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/math/mod.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | make_udf_function!(iszero::IsZeroFunc, iszero);
[INFO] [stderr]     | ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[WARN] too much data in the log, truncating it