Docs.rs
datafusion-functions-nested-43.0.0
datafusion-functions-nested 43.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
arrow ^53.2.0
normal
arrow-array ^53.2.0
normal
arrow-buffer ^53.2.0
normal
arrow-ord ^53.2.0
normal
arrow-schema ^53.2.0
normal
datafusion-common ^43.0.0
normal
datafusion-execution ^43.0.0
normal
datafusion-expr ^43.0.0
normal
datafusion-functions ^43.0.0
normal
datafusion-functions-aggregate ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
itertools ^0.13
normal
log ^0.4
normal
paste ^1.0.14
normal
rand ^0.8.5
normal
criterion ^0.5
dev
Versions
85.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
functions_
nested
43.0.0
Module range
Module Items
Functions
In crate datafusion_
functions_
nested
datafusion_functions_nested
Module
range
Copy item path
Source
Expand description
ScalarUDFImpl
definitions for range and gen_series functions.
Functions
ยง
gen_
series
create a list of values in the range between start and stop, include upper bound
gen_
series_
udf
ScalarFunction that returns a
ScalarUDF
for GenSeries
range
create a list of values in the range between start and stop
range_
udf
ScalarFunction that returns a
ScalarUDF
for Range