31 releases (20 major breaking)
Uses new Rust 2024
| new 52.0.0 | Jan 12, 2026 |
|---|---|
| 51.0.0 | Nov 19, 2025 |
| 50.3.0 | Oct 24, 2025 |
| 49.0.2 | Aug 25, 2025 |
| 32.0.0 | Oct 12, 2023 |
#2422 in Database interfaces
652,533 downloads per month
Used in 355 crates
(26 directly)
9MB
177K
SLoC
Apache DataFusion Physical Plan
Apache 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 contains the ExecutionPlan trait and the various implementations of that
trait for built in operators such as filters, projections, joins, aggregations, etc.
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.
Dependencies
~54MB
~846K SLoC