Aggregate function: returns the level of grouping, equals to
{{{ (grouping(c1) <<; (n-1)) + (grouping(c2) <<; (n-2)) + ... + grouping(cn) }}}
The list of columns should match with grouping columns exactly, or empty (means all the grouping columns).
Aggregate function: returns the level of grouping, equals to
{{{ (grouping(c1) <<; (n-1)) + (grouping(c2) <<; (n-2)) + ... + grouping(cn) }}}