Docs.rs
datafusion-functions-array-39.0.0
datafusion-functions-array 39.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
arrow ^52.0.0
normal
arrow-array ^52.0.0
normal
arrow-buffer ^52.0.0
normal
arrow-ord ^52.0.0
normal
arrow-schema ^52.0.0
normal
datafusion-common ^39.0.0
normal
datafusion-execution ^39.0.0
normal
datafusion-expr ^39.0.0
normal
datafusion-functions ^39.0.0
normal
itertools ^0.12
normal
log ^0.4
normal
paste ^1.0.14
normal
criterion ^0.5
dev
Versions
87.5%
of the crate is documented
Go to latest version
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
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_array
39.0.0
Module range
Functions
In crate datafusion_functions_array
Module
datafusion_functions_array
::
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 [
$UDF
]
range
create a list of values in the range between start and stop
range_udf
ScalarFunction that returns a
ScalarUDF
for [
$UDF
]