Docs.rs
datafusion-spark-50.0.0
datafusion-spark 50.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
arrow ^56.0.0
normal
chrono ^0.4.41
normal
crc32fast ^1.4
normal
datafusion-catalog ^50.0.0
normal
datafusion-common ^50.0.0
normal
datafusion-execution ^50.0.0
normal
datafusion-expr ^50.0.0
normal
datafusion-functions ^50.0.0
normal
datafusion-macros ^50.0.0
normal
log ^0.4
normal
sha1 ^0.10
normal
url ^2.5.7
normal
xxhash-rust ^0.8
normal
criterion ^0.5.1
dev
rand ^0.9
dev
Versions
35.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
Module expr_fn
datafusion_
spark
50.0.0
Module expr_fn
Module Items
Functions
In datafusion_
spark::
function::
datetime
datafusion_spark
::
function
::
datetime
Module
expr_fn
Copy item path
Source
Functions
ยง
date_
add
Returns the date that is days days after start. The function returns NULL if at least one of the input parameters is NULL.
date_
sub
Returns the date that is days days before start. The function returns NULL if at least one of the input parameters is NULL.
last_
day
Returns the last day of the month which the date belongs to.
next_
day
Returns the first date which is later than start_date and named as indicated. The function returns NULL if at least one of the input parameters is NULL.