67686970717273
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentileDiscClientAggregator(children, getAggregatorExpression().getColumnModifier()); }
57585960616263
return new DistinctValueWithCountServerAggregator(conf); } @Override public DistinctValueWithCountClientAggregator newClientAggregator() { return new PercentileDiscClientAggregator(children, getAggregatorExpression().getSortOrder()); }