| Crates.io | datafusion-functions |
| lib.rs | datafusion-functions |
| version | 52.1.0 |
| created_at | 2024-02-19 19:08:45.891071+00 |
| updated_at | 2026-01-23 17:20:23.219908+00 |
| description | Function packages for the DataFusion query engine |
| homepage | https://datafusion.apache.org |
| repository | https://github.com/apache/datafusion |
| max_upload_size | |
| id | 1145574 |
| size | 1,636,609 |
Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
This crate contains packages of function that can be used to customize the functionality of DataFusion.
Most projects should use the datafusion crate directly, which re-exports
this module. If you are already using the datafusion crate, there is no
reason to use this crate directly in your project as well.