Details
Description
In the syntax "group by xxx, yyy, zzz rollup" the new rollup keyword would cause the engine to aggregate on all levels (root, xxx, xxx/yyy) in addition to aggregate on the level of xxx/yyy/zzz, outputting null values for each key for the aggregation.