{
{if (true) throw StandardException.newException(SQLState.LANG_SYNTAX_ERROR, "?");}
}
if (columnExpression instanceof AggregateNode)
{
AggregateNode agNode = (AggregateNode)columnExpression;
{if (true) throw StandardException.newException(
SQLState.LANG_AGGREGATE_IN_GROUPBY_LIST,
agNode.getAggregateName());}
}
groupingCols.addGroupByColumn(
(GroupByColumn) nodeFactory.getNode(
C_NodeTypes.GROUP_BY_COLUMN,
columnExpression,