return aggregate(null, agg, functionFields);
}
public ChainedFullAggregatorDeclarer aggregate(Fields inputFields, CombinerAggregator agg, Fields functionFields) {
initCombiner(inputFields, agg, functionFields);
return aggregate(functionFields, new CombinerAggregatorCombineImpl(agg), functionFields, true);
}