[][src]Module declarative_dataflow::plan::aggregate_neu

Aggregate expression plan.

Structs

Aggregate

[WIP] A plan stage applying the specified aggregation functions to bindings for the specified variables. Given multiple aggregations we iterate and n-1 joins are applied to the results.

Enums

AggregationFn

Permitted aggregation function.