[][src]Module datafusion::execution::aggregate

Execution of a simple aggregate relation containing MIN, MAX, COUNT, SUM aggregate functions with optional GROUP BY columns

Structs

AggregateRelation

An aggregate relation is made up of zero or more grouping expressions and one or more aggregate expressions