tree: 7108da2dbac3cc0a3acca1a1f5d890be4f0293ab [path history] [tgz]
  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.