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