{if (true) return value;}
throw new Error("Missing return statement in function");
}
final public GroupByList groupByClause() throws ParseException, StandardException {
GroupByList groupingCols;
jj_consume_token(GROUP);
jj_consume_token(BY);
groupingCols = groupingColumnReferenceList();
{if (true) return groupingCols;}
throw new Error("Missing return statement in function");