Adding datafusion_functions_array
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add datafusion-functions-array
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
datafusion-functions-array = "40.0.0"
The datafusion_functions_array
library will be automatically available globally.
Read the datafusion_functions_array
library documentation.