#data-fusion #sql #query

datafusion-execution

Execution configuration support for DataFusion query engine

41 releases (major breaking)

new 50.3.0 Oct 24, 2025
50.0.0 Sep 16, 2025
49.0.2 Aug 25, 2025
49.0.0 Jul 27, 2025
20.0.0 Mar 14, 2023

#2656 in Database interfaces

Download history 123136/week @ 2025-07-06 111822/week @ 2025-07-13 109582/week @ 2025-07-20 114272/week @ 2025-07-27 130768/week @ 2025-08-03 135160/week @ 2025-08-10 127804/week @ 2025-08-17 147210/week @ 2025-08-24 148619/week @ 2025-08-31 142749/week @ 2025-09-07 138439/week @ 2025-09-14 132085/week @ 2025-09-21 154024/week @ 2025-09-28 168722/week @ 2025-10-05 172066/week @ 2025-10-12 143279/week @ 2025-10-19

644,635 downloads per month
Used in 285 crates (21 directly)

Apache-2.0

2.5MB
46K SLoC

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 execution runtime such as the memory pools and disk manager.

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

~37–57MB
~877K SLoC