Initialize aggregate processing for unary operator
Source position: fpexprpars.pp line 371
public procedure TFPUnaryOperator.InitAggregate; override; |
The InitAggregate method initializes aggregate processing for the operand of the unary operation. It delegates the aggregate initialization to the operand to ensure that any aggregate expressions within the operand are properly initialized.
The InitAggregate method is called as part of the aggregate processing cycle when the expression contains aggregate functions that need special handling.