Update aggregate calculations for unary operator
Source position: fpexprpars.pp line 372
public procedure TFPUnaryOperator.UpdateAggregate; override; |
The UpdateAggregate method updates aggregate calculations for the operand of the unary operation. It delegates the aggregate updates to the operand to ensure that any aggregate expressions are properly maintained during the aggregation cycle.
The method is called repeatedly during aggregate processing to update the state of aggregate functions contained within the operand.