Description
The Aggregate in AQE is different with others, the `LogicalQueryStage` looks like `LogicalQueryStage(Aggregate, BaseAggregate)`. We should handle this case specially.
Logically, if the Aggregate grouping expression is not empty, we can eliminate it safely.