Docs.rs
datafusion-functions-window-49.0.0
datafusion-functions-window 49.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
arrow ^55.2.0
normal
datafusion-common ^49.0.0
normal
datafusion-doc ^49.0.0
normal
datafusion-expr ^49.0.0
normal
datafusion-functions-window-common ^49.0.0
normal
datafusion-macros ^49.0.0
normal
datafusion-physical-expr ^49.0.0
normal
datafusion-physical-expr-common ^49.0.0
normal
log ^0.4
normal
paste ^1.0.15
normal
Versions
72.6%
of the crate is documented
Platform
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
datafusion_
functions_
window
49.0.0
Module lead_
lag
Module Items
Structs
Functions
In crate datafusion_
functions_
window
datafusion_functions_window
Module
lead_lag
Copy item path
Source
Expand description
lead
and
lag
window function implementations
Structs
§
Window
Shift
window shift expression
Functions
§
lag
Create an expression to represent the
lag
window function
lag_
udwf
Returns a
WindowUDF
for
lag
.
lead
Create an expression to represent the
lead
window function
lead_
udwf
Returns a
WindowUDF
for
lead
.