datafusion-extra-functions 0.5.3

Extra Functions for DataFusion
Documentation

Build #4297477 2026-09-02 07:18:34

# rustc version rustc 1.100.0-nightly (5db7f4be8 2026-09-01)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "5118231dac7f0e871a53be0b93736617ef4d6edff774905032072fbc41f8a33f" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260901-1.100.0-nightly-5db7f4be8\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting datafusion-extra-functions v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/kurtosis.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / make_udaf_expr_and_func!( [INFO] [stderr] 23 | | KurtosisFunction, [INFO] [stderr] 24 | | kurtosis, [INFO] [stderr] 25 | | x, [INFO] [stderr] 26 | | "Calculates the excess kurtosis (Fisher’s definition) with bias correction according to the sample size.", [INFO] [stderr] 27 | | kurtosis_udaf [INFO] [stderr] 28 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/kurtosis_pop.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / make_udaf_expr_and_func!( [INFO] [stderr] 26 | | KurtosisPopFunction, [INFO] [stderr] 27 | | kurtosis_pop, [INFO] [stderr] 28 | | x, [INFO] [stderr] 29 | | "Calculates the excess kurtosis (Fisher’s definition) without bias correction.", [INFO] [stderr] 30 | | kurtosis_pop_udaf [INFO] [stderr] 31 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/max_min_by.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / make_udaf_expr_and_func!( [INFO] [stderr] 7 | | MaxByFunction, [INFO] [stderr] 8 | | max_by, [INFO] [stderr] 9 | | x y, [INFO] [stderr] 10 | | "Returns the value of the first column corresponding to the maximum value in the second column.", [INFO] [stderr] 11 | | max_by_udaf [INFO] [stderr] 12 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/max_min_by.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / make_udaf_expr_and_func!( [INFO] [stderr] 116 | | MinByFunction, [INFO] [stderr] 117 | | min_by, [INFO] [stderr] 118 | | x y, [INFO] [stderr] 119 | | "Returns the value of the first column corresponding to the minimum value in the second column.", [INFO] [stderr] 120 | | min_by_udaf [INFO] [stderr] 121 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/mode.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / make_udaf_expr_and_func!( [INFO] [stderr] 31 | | ModeFunction, [INFO] [stderr] 32 | | mode, [INFO] [stderr] 33 | | x, [INFO] [stderr] 34 | | "Calculates the most frequent value.", [INFO] [stderr] 35 | | mode_udaf [INFO] [stderr] 36 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `datafusion_expr::AggregateUDF` [INFO] [stderr] --> src/macros.rs:75:80 [INFO] [stderr] | [INFO] [stderr] 75 | ... returns a [`AggregateUDF`](datafusion_expr::AggregateUDF) for [`", stringify!($UDAF), "`]")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope [INFO] [stderr] | [INFO] [stderr] ::: src/skewness.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / make_udaf_expr_and_func!( [INFO] [stderr] 24 | | SkewnessFunc, [INFO] [stderr] 25 | | skewness, [INFO] [stderr] 26 | | x, [INFO] [stderr] 27 | | "Computes the skewness value.", [INFO] [stderr] 28 | | skewness_udaf [INFO] [stderr] 29 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `create_func` which comes from the expansion of the macro `make_udaf_expr_and_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `FunctionRegistry` [INFO] [stderr] --> src/lib.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | /// Registers all enabled packages with a [`FunctionRegistry`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `FunctionRegistry` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `datafusion-extra-functions` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/datafusion_extra_functions/index.html [INFO] running `Command { std: "docker" "inspect" "5118231dac7f0e871a53be0b93736617ef4d6edff774905032072fbc41f8a33f", kill_on_drop: false }`