Expand description
EliminateGroupByConstant
removes constant expressions from GROUP BY
clause
Structsยง
- Eliminate
Group ByConstant - Optimizer rule that removes constant expressions from
GROUP BY
clause and places additional projection on top of aggregation, to preserve original schema