tree: 8ce183b86397644826c4108fa7a80c17b40f3c38
  1. benches/
  2. src/
  3. Cargo.toml
  4. README.md
datafusion/functions-aggregate-common/README.md

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.