122123124125126127128129130131132
Lists.<AggregatorFactory>newArrayList( Iterables.concat( QueryRunnerTestHelper.commonAggregators, Lists.newArrayList( new MaxAggregatorFactory("maxIndex", "index"), new MinAggregatorFactory("minIndex", "index"), factory ) ) ) )
139140141142143144145146147148149
Lists.<AggregatorFactory>newArrayList( Iterables.concat( commonAggregators, Lists.newArrayList( new MaxAggregatorFactory("maxIndex", "index"), new MinAggregatorFactory("minIndex", "index") ) ) ) ) .postAggregators(Arrays.<PostAggregator>asList(addRowsIndexConstant))
185186187188189190191192193194195
14131414141514161417141814191420142114221423
14471448144914501451145214531454145514561457
14801481148214831484148514861487148814891490
15141515151615171518151915201521152215231524
564565566567568569570571572573574
588589590591592593594595596597598
624625626627628629630631632633634