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 dimension
Functions
In crate datafusion_functions_array
Module
datafusion_functions_array
::
dimension
Copy item path
source
·
[
−
]
Expand description
ScalarUDFImpl
definitions for array_dims and array_ndims functions.
Functions
§
array_dims
returns an array of the array’s dimensions.
array_dims_inner
Array_dims SQL function
array_dims_udf
ScalarFunction that returns a
ScalarUDF
for [
$UDF
]
array_ndims
returns the number of dimensions of the array.
array_ndims_inner
Array_ndims SQL function
array_ndims_udf
ScalarFunction that returns a
ScalarUDF
for [
$UDF
]