This class is responsible for handling the aggregate queries
Since
3/23/2024
Group Soql Engine
Author Zackary Frazier
Constructor
public AggregateQueryHandler(TopLevelNodes topLevelNodes)
Name | Type | Description |
---|---|---|
topLevelNodes | TopLevelNodes |
AggregateQueryException:
Finish the processing of the aggregate query
public List<ProtoAggregate> finish()
List<ProtoAggregate>
,[object Object]
Process the record
public void processRecord(SObject databaseRecord)
Name | Type | Description |
---|---|---|
databaseRecord | SObject |
void
Exception class for Aggregate Query