tree: b0a13cd635de1a695b0b4d14db35f0d489788815
  1. benches/
  2. src/
  3. Cargo.toml
  4. COMMENTS.md
  5. README.md
datafusion/functions-aggregate/README.md

Apache DataFusion Aggregate Function Library

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

This crate contains implementations of aggregate 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.