Check if function contains aggregates
Source position: fpexprpars.pp line 638
public function TFPExprFunction.HasAggregate: Boolean; override; |
Returns true if function has aggregates
The HasAggregate method determines whether the function or any of its arguments contain aggregate operations. It returns True if aggregate processing is required for this function, indicating that special aggregate handling is needed.