121122123124125126127128129130131
.aggregators( Lists.<AggregatorFactory>newArrayList( Iterables.concat( QueryRunnerTestHelper.commonAggregators, Lists.newArrayList( new MaxAggregatorFactory("maxIndex", "index"), new MinAggregatorFactory("minIndex", "index"), factory ) ) )
138139140141142143144145146147148
.aggregators( Lists.<AggregatorFactory>newArrayList( Iterables.concat( commonAggregators, Lists.newArrayList( new MaxAggregatorFactory("maxIndex", "index"), new MinAggregatorFactory("minIndex", "index") ) ) ) )
184185186187188189190191192193194
14791480148114821483148414851486148714881489
15131514151515161517151815191520152115221523
563564565566567568569570571572573
587588589590591592593594595596597
623624625626627628629630631632633
647648649650651652653654655656657
686687688689690691692693694695696