Skip to main content

Module aggregate

Module aggregate 

Source
Expand description

GROUP BY and aggregate planning.

Functionsยง

convert_group_by
Convert GROUP BY clause to SqlExpr list.
extract_aggregates_from_projection
Extract aggregate expressions from SELECT projection.
plan_aggregate
Plan an aggregate query (GROUP BY + aggregate functions).