Module agg_group_by_simplify_rule

Source

Structs§

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