global class ColumnSelection { global DataSource.QueryAggregation aggregation; global String columnName; global String tableName; global ColumnSelection() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } }