Docs.rs
datafusion-functions-array-37.1.0
datafusion-functions-array 37.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
arrow ^51.0.0
normal
arrow-array ^51.0.0
normal
arrow-buffer ^51.0.0
normal
arrow-ord ^51.0.0
normal
arrow-schema ^51.0.0
normal
datafusion-common ^37.1.0
normal
datafusion-execution ^37.1.0
normal
datafusion-expr ^37.1.0
normal
datafusion-functions ^37.1.0
normal
itertools ^0.12
normal
log ^0.4
normal
paste ^1.0.14
normal
Versions
88.46%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_functions_array
37.1.0
Module range
Functions
In crate datafusion_functions_array
?
Settings
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
]