Docs.rs
datafusion-functions-array-38.0.0
datafusion-functions-array 38.0.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 ^38.0.0
normal
datafusion-execution ^38.0.0
normal
datafusion-expr ^38.0.0
normal
datafusion-functions ^38.0.0
normal
itertools ^0.12
normal
log ^0.4
normal
paste ^1.0.14
normal
criterion ^0.5
dev
Versions
88.46%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_functions_array
38.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
]