risingwave_frontend::optimizer::rule

Module agg_group_by_simplify_rule

source

Structs§

  • 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),