Structs§
Agg
groups input data by their group key and computes aggregation functions.- Rewritten version of
crate::expr::AggCall
which usesInputRef
instead ofExprImpl
. Refer tocrate::optimizer::plan_node::logical_agg::LogicalAggBuilder::try_rewrite_agg_call
for more details.