14 stable releases (6 major)
| 50.3.0 | Oct 24, 2025 |
|---|---|
| 50.0.0 | Sep 16, 2025 |
| 49.0.2 | Aug 25, 2025 |
| 49.0.0 | Jul 27, 2025 |
| 44.0.0 | Dec 31, 2024 |
#92 in Database implementations
365,804 downloads per month
Used in 213 crates
(7 directly)
17KB
199 lines
DataFusion Execution
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
This crate is a submodule of DataFusion that provides structures and macros for documenting user defined functions.
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.