Checks whether this AggreagteField is equal to the provided one.
AggregateField that needs to be compared.
Returns true if both AggregateField instances are the same.
StaticaverageCreates a AggregateField instance for average operation.
Field name to which operation needs to be applied.
A new AggregateField instance.
StaticcountCreates a AggregateField instance for count operation.
A new AggregateField instance.
StaticsumCreates a AggregateField instance for sum operation.
Field name to which operation needs to be applied.
A new AggregateField instance.
AggregateField - Represents the aggregation that needs to be applied.