risingwave_
frontend
2.2.0-alpha
Module agg_
group_
by_
simplify_
rule
Module Items
Structs
In risingwave_
frontend::
optimizer::
rule
risingwave_frontend
::
optimizer
::
rule
Module
agg_group_by_simplify_rule
Copy item path
source
Structs
§
AggGroup
BySimplify
Rule
Use functional dependencies to simplify aggregation’s group by Before: group by = [a, b, c], where b -> [a, c] After group by b,
first_value
(a),
first_value
(c),