calculates the MAX value of a field for an aggregate result
Since
3/23/2024
Author Zackary Frazier
Implements
Constructor
public MaxCalculator(AggregateCalculatorOptions options)
Name | Type | Description |
---|---|---|
options | AggregateCalculatorOptions |
calculates the MAX value of a field for an aggregate result
public ProtoAggregate calculate()
,[object Object]
Return the max of the field passed in as alias
in options,
for the records passed in as aggregateResult
of options
public Object calculateForField()
Object
,[object Object]