Expand description
SingleDistinctToGroupBy replaces AGG(DISTINCT ..) with AGG(..) GROUP BY ..
Structsยง
- Single
Distinct ToGroup By - single distinct to group by optimizer rule
Constantsยง
Functionsยง
- contains_
grouping_ ๐set - Check if the first expr is Expr::GroupingSet.
- is_
single_ ๐distinct_ agg - Check whether all aggregate exprs are distinct on a single field.