Expand description
EliminateGroupByConstant removes constant expressions from GROUP BY clause
Structs§
- Eliminate
Group ByConstant - Optimizer rule that removes constant expressions from
GROUP BYclause and places additional projection on top of aggregation, to preserve original schema
Functions§
- is_
constant_ 🔒expression - Checks if expression is constant, and can be eliminated from group by.