Class SampledAggregateExec

All Implemented Interfaces:
NamedWriteable, Writeable, EstimatesRowSize

public class SampledAggregateExec extends AggregateExec
Aggregate, which is either:
  • sampled with the sampleProbability for fast execution; or
  • replaced by an exact aggregate if the originalAggregates can be pushed down to Lucene.