public String toString() { if (aggregationFunction == AggregationFunction.NONE) { return col.getColName(); } else { return aggregationFunction.toString() + "(" + col.getColName() + ")"; } }
public String getColName() { return col.getColName(); }