CountCalculator is a concrete implementation of IAggregateCalculator that calculates the count of records.
Since
3/23/2024
Author Zackary Frazier
Implements
Constructor for CountCalculator
public CountCalculator(AggregateCalculatorOptions options)
Name | Type | Description |
---|---|---|
options | AggregateCalculatorOptions |
Calculates the count of records
public ProtoAggregate calculate()
,[object Object]
Returns the count of records for the aggregateResult
passed into options
public Object calculateForField()
Object
,[object Object]