Adding datafusion_functions_aggregate_common library as a dependency

Run this command in a terminal, in your project's directory:

cargo add datafusion-functions-aggregate-common

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

datafusion-functions-aggregate-common = "44.0.0"

The datafusion_functions_aggregate_common library will be automatically available globally. Read the datafusion_functions_aggregate_common library documentation.

Back to the crate overview.