Method ADT.Table.table()->group()
- Method
group
 this_programgroup(mapping(int|string:function(:void))|function(:void)f,mixed...args)- Description
 This method calls the function
ffor each column each time a non uniqe row will be joined. The table will be grouped by the columns not listed. The result will be returned as a new table object.