Optional
filterA filter that must pass for the relevant Vote
object to be included within the aggregate.
Optional
sumSum aggregate over matching Vote
objects.
Optional
distinctDistinct count aggregate over matching Vote
objects.
Optional
minMinimum aggregate over matching Vote
objects.
Optional
maxMaximum aggregate over matching Vote
objects.
Optional
averageMean average aggregate over matching Vote
objects.
Optional
stddevSample standard deviation aggregate over matching Vote
objects.
Optional
stddevPopulation standard deviation aggregate over matching Vote
objects.
Optional
varianceSample variance aggregate over matching Vote
objects.
Optional
variancePopulation variance aggregate over matching Vote
objects.
A filter to be used against aggregates of
Vote
object types.