Structsยง
- AggInfo
- Logical
Agg LogicalAgg
groups input data by their group key and computes aggregation functions.- Logical
AggBuilder LogicalAggBuilder
extracts agg calls and references to group columns from select list and build the plan likeLogicalAgg - LogicalProject
. it is constructed bygroup_exprs
and collect and rewrite the expression in selection and having clause.- Separated
AggInfo SeparatedAggInfo
is used to separate normal and approx percentile aggs.
Functionsยง
- find_
or_ ๐append_ row_ count - new_
stream_ ๐hash_ agg - new_
stream_ ๐simple_ agg