#data-fusion #sql #query

datafusion-execution

Execution configuration support for DataFusion query engine

42 releases (major breaking)

51.0.0 Nov 19, 2025
50.3.0 Oct 24, 2025
50.0.0 Sep 16, 2025
49.0.2 Aug 25, 2025
20.0.0 Mar 14, 2023

#2659 in Database interfaces

Download history 137715/week @ 2025-09-14 132085/week @ 2025-09-21 154024/week @ 2025-09-28 168722/week @ 2025-10-05 171946/week @ 2025-10-12 154018/week @ 2025-10-19 148633/week @ 2025-10-26 142954/week @ 2025-11-02 157188/week @ 2025-11-09 181281/week @ 2025-11-16 164753/week @ 2025-11-23 172925/week @ 2025-11-30 167070/week @ 2025-12-07

699,716 downloads per month
Used in 323 crates (25 directly)

Apache-2.0

2.5MB
49K SLoC

Apache DataFusion Execution

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 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
~853K SLoC