#data-fusion #logical-plan #logical

datafusion-functions-aggregate-common

Utility functions for implementing aggregate functions for the DataFusion query engine

22 stable releases (10 major)

Uses new Rust 2024

52.2.0 Mar 1, 2026
51.0.0 Nov 19, 2025
50.3.0 Oct 24, 2025
49.0.2 Aug 25, 2025
42.2.0 Nov 4, 2024

#2895 in Database interfaces

Download history 116750/week @ 2025-11-18 111842/week @ 2025-11-25 109572/week @ 2025-12-02 122213/week @ 2025-12-09 129465/week @ 2025-12-16 70603/week @ 2025-12-23 97897/week @ 2025-12-30 180241/week @ 2026-01-06 149760/week @ 2026-01-13 160670/week @ 2026-01-20 146378/week @ 2026-01-27 146431/week @ 2026-02-03 136359/week @ 2026-02-10 125745/week @ 2026-02-17 159162/week @ 2026-02-24 196969/week @ 2026-03-03

641,034 downloads per month
Used in 398 crates (7 directly)

Apache-2.0

2.5MB
45K SLoC

Apache DataFusion Aggregate Function Common Library

Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate contains common functionality for implementation aggregate and window functions.

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