}
final Variable var2 = new Variable(variable.getName());
p.addProjectionElement(var2);
final AddComputedBinding acb = group ? new GroupByAddComputedBinding()
: new AddComputedBinding();
acb.addProjectionElement(var2, constraint);
listOfAddComputedBindings.add(acb);
}
}
// deleting of values if there is only an aggregation statement
if (onlyAggregations || group) {