Structs§
- Agg
Agggroups input data by their group key and computes aggregation functions.- Materialized
Input State - Plan
AggCall - Rewritten version of
crate::expr::AggCallwhich usesInputRefinstead ofExprImpl. Refer tocrate::optimizer::plan_node::logical_agg::LogicalAggBuilder::try_rewrite_agg_callfor more details. - Plan
AggCall Display