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-expr 14.0.0 - Docs.rs
[go: Go Back, main page]

datafusion-expr 14.0.0

Logical plan and expression representation for DataFusion query engine
Documentation
Build #665904 2022-11-07T22:51:21.922260+00:00
# rustc version
rustc 1.67.0-nightly (7eef946fc 2022-11-06)# docs.rs version
docsrs 0.6.0 (261d912 2022-11-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/datafusion-expr-14.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/datafusion-expr-14.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221106-1.67.0-nightly-7eef946fc\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 036ebc2c77cf10bdaad1683f98d18fea5404fe58eb4b709512c47c011e781b3a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "036ebc2c77cf10bdaad1683f98d18fea5404fe58eb4b709512c47c011e781b3a", kill_on_drop: false }`
[INFO] [stderr]  Documenting datafusion-expr v14.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `ConfigOptions`
[INFO] [stderr]     --> src/logical_plan/plan.rs:1071:34
[INFO] [stderr]      |
[INFO] [stderr] 1071 | /// Set a Variable -- value in [`ConfigOptions`]
[INFO] [stderr]      |                                  ^^^^^^^^^^^^^ no item named `ConfigOptions` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `datafusion_expr::type_coercion`
[INFO] [stderr]   --> src/type_coercion/functions.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 | /// [`type_coercion`](datafusion_expr::type_coercion) module.
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `datafusion_expr` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `op`
[INFO] [stderr]   --> src/expr_fn.rs:36:34
[INFO] [stderr]    |
[INFO] [stderr] 36 | /// Return a new expression left <op> right
[INFO] [stderr]    |                                  ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:103:8
[INFO] [stderr]     |
[INFO] [stderr] 103 | /// 2. <expr> PRECEDING
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:105:8
[INFO] [stderr]     |
[INFO] [stderr] 105 | /// 4. <expr> FOLLOWING
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:113:12
[INFO] [stderr]     |
[INFO] [stderr] 113 |     /// 2. <expr> PRECEDING
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     /// <expr> must be a non-negative constant numeric expression. The boundary is a row that
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:115:12
[INFO] [stderr]     |
[INFO] [stderr] 115 |     /// is <expr> "units" prior to the current row.
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:124:33
[INFO] [stderr]     |
[INFO] [stderr] 124 |     /// 4. This is the same as "<expr> PRECEDING" except that the boundary is <expr> units after the
[INFO] [stderr]     |                                 ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `expr`
[INFO] [stderr]    --> src/window_frame.rs:124:79
[INFO] [stderr]     |
[INFO] [stderr] 124 |     /// 4. This is the same as "<expr> PRECEDING" except that the boundary is <expr> units after the
[INFO] [stderr]     |                                                                               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/expr.rs:265:13
[INFO] [stderr]     |
[INFO] [stderr] 265 |     /// use https://www.postgresql.org/docs/7.0/operators.htm#AEN2026 as a reference
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/7.0/operators.htm#AEN2026>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/expr.rs:427:9
[INFO] [stderr]     |
[INFO] [stderr] 427 | /// See https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-GROUPING-SETS
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-GROUPING-SETS>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/expr.rs:429:9
[INFO] [stderr]     |
[INFO] [stderr] 429 | /// See https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-groupby.html
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-groupby.html>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/type_coercion/binary.rs:87:23
[INFO] [stderr]    |
[INFO] [stderr] 87 | /// Tracking issue is https://github.com/apache/arrow-datafusion/issues/3419
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/apache/arrow-datafusion/issues/3419>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `datafusion-expr` (lib doc) generated 14 warnings (run `cargo fix --lib -p datafusion-expr` to apply 4 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.60s
[INFO] running `Command { std: "docker" "inspect" "036ebc2c77cf10bdaad1683f98d18fea5404fe58eb4b709512c47c011e781b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "036ebc2c77cf10bdaad1683f98d18fea5404fe58eb4b709512c47c011e781b3a", kill_on_drop: false }`
[INFO] [stdout] 036ebc2c77cf10bdaad1683f98d18fea5404fe58eb4b709512c47c011e781b3a