- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
BaseResult aggOnly = new AggregateOnlyResult(query); setResultAggregators(aggregators, aggOnly); output = Collections.singletonList(aggOnly);
BaseResult aggOnly = new AggregateOnlyResult(query); setResultAggregators(aggregators, aggOnly); results.add(aggOnly);
BaseResult aggOnly = new AggregateOnlyResult(query); setResultAggregators(aggregators, aggOnly); output = Collections.singletonList(aggOnly);
BaseResult aggOnly = new AggregateOnlyResult(query); setResultAggregators(aggregators, aggOnly); output = Collections.singletonList(aggOnly);