#execution-plan #apache-arrow #sql

datafusion-physical-plan

Physical (ExecutionPlan) implementations for DataFusion query engine

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

Download history 137283/week @ 2025-09-23 147896/week @ 2025-09-30 175558/week @ 2025-10-07 153916/week @ 2025-10-14 155267/week @ 2025-10-21 137933/week @ 2025-10-28 143395/week @ 2025-11-04 148844/week @ 2025-11-11 190352/week @ 2025-11-18 148065/week @ 2025-11-25 163661/week @ 2025-12-02 173265/week @ 2025-12-09 197532/week @ 2025-12-16 101049/week @ 2025-12-23 123753/week @ 2025-12-30 202648/week @ 2026-01-06

652,533 downloads per month
Used in 355 crates (26 directly)

Apache-2.0

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