| Crates.io | datafusion-functions |
| lib.rs | datafusion-functions |
| version | 50.0.0 |
| created_at | 2024-02-19 19:08:45.891071+00 |
| updated_at | 2025-09-16 08:03:37.418395+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,426,522 |
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.