Initialize aggregate processing for binary operation
Source position: fpexprpars.pp line 142
public procedure TFPBinaryOperation.InitAggregate; override; |
The InitAggregate method initializes aggregate processing for both the left and right operands of the binary operation. It delegates the aggregate initialization to both operands to ensure that any aggregate expressions within the operands 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.