AggregationOperator oper;
if (groupIndexes.length != 0)
oper = new AggregationOperator(Utils.getCaf(), inResult.getResultRelation(), groupIndexes, extenders);
else
oper = new AggregationOperator(Utils.getCaf(), inResult.getResultRelation(), extenders);
inResult.extend(oper);
storeResult(inResult);
return inResult;
}
public AggregT min(int... index) {