66676869707172
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentileClientAggregator(children, getAggregatorExpression().getColumnModifier()); }
56575859606162
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentileClientAggregator(children, getAggregatorExpression().getSortOrder()); }