65666768697071
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentRankClientAggregator(children, getAggregatorExpression().getColumnModifier()); }
55565758596061
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentRankClientAggregator(children, getAggregatorExpression().getSortOrder()); }