Docs.rs
deltalake-0.28.1
deltalake 0.28.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
houqp
rtyler
roeap
wjones127
fvaleye
Dependencies
delta_kernel ^0.15.1
normal
deltalake-aws ^0.11.0
normal
optional
deltalake-azure ^0.11.0
normal
optional
deltalake-catalog-glue ^0.12.0
normal
optional
deltalake-catalog-unity ^0.12.0
normal
optional
deltalake-core ^0.28.0
normal
deltalake-gcp ^0.12.0
normal
optional
deltalake-hdfs ^0.12.0
normal
optional
deltalake-lakefs ^0.11.0
normal
optional
chrono ^0.4.40
dev
tokio ^1
dev
tracing ^0.1
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
array_append
deltalake
0.28.1
In deltalake::
datafusion::
functions_
nested::
expr_
fn
deltalake
::
datafusion
::
functions_nested
::
expr_fn
Function
array_
append
Copy item path
Source
pub fn array_append(array:
Expr
, element:
Expr
) ->
Expr
Expand description
appends an element to the end of an array.