OptionalfilterA filter that must pass for the relevant Record object to be included within the aggregate.
OptionalsumSum aggregate over matching Record objects.
OptionaldistinctDistinct count aggregate over matching Record objects.
OptionalminMinimum aggregate over matching Record objects.
OptionalmaxMaximum aggregate over matching Record objects.
OptionalaverageMean average aggregate over matching Record objects.
OptionalstddevSample standard deviation aggregate over matching Record objects.
OptionalstddevPopulation standard deviation aggregate over matching Record objects.
OptionalvarianceSample variance aggregate over matching Record objects.
OptionalvariancePopulation variance aggregate over matching Record objects.
A filter to be used against aggregates of
Recordobject types.