| Crates.io | datafusion-functions-array |
| lib.rs | datafusion-functions-array |
| version | 40.0.0 |
| created_at | 2024-02-19 19:09:13.781627+00 |
| updated_at | 2024-07-12 13:04:49.165259+00 |
| description | Array Function packages for the DataFusion query engine |
| homepage | https://datafusion.apache.org |
| repository | https://github.com/apache/datafusion |
| max_upload_size | |
| id | 1145576 |
| size | 215,053 |
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
This crate contains functions for working with arrays, such as array_append that work with
ListArray, LargeListArray and FixedListArray types from the arrow crate.