#data-fusion #apache-arrow #sql

datafusion-physical-expr-common

Common functionality of physical expression for DataFusion query engine

27 releases (14 major breaking)

Uses new Rust 2024

new 52.3.0 Mar 12, 2026
52.1.0 Jan 23, 2026
51.0.0 Nov 19, 2025
50.3.0 Oct 24, 2025
38.0.0 May 10, 2024

#2972 in Database interfaces

Download history 126653/week @ 2025-11-20 115943/week @ 2025-11-27 111002/week @ 2025-12-04 126854/week @ 2025-12-11 116785/week @ 2025-12-18 60401/week @ 2025-12-25 136692/week @ 2026-01-01 188057/week @ 2026-01-08 137534/week @ 2026-01-15 164348/week @ 2026-01-22 144267/week @ 2026-01-29 183427/week @ 2026-02-05 201838/week @ 2026-02-12 205863/week @ 2026-02-19 242979/week @ 2026-02-26 268365/week @ 2026-03-05

954,515 downloads per month
Used in 411 crates (24 directly)

Apache-2.0

2MB
41K SLoC

Apache DataFusion Core Physical Expressions

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 shared APIs for implementing physical expressions such as PhysicalExpr and PhysicalSortExpr.

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

~32MB
~497K SLoC