Check if case operation contains aggregates
Source position: fpexprpars.pp line 289
public function TCaseOperation.HasAggregate: Boolean; override; |
Returns true if operation has aggregates
The HasAggregate method determines whether the case operation contains any aggregate functions within its condition or case branches. It returns true if any part of the case operation uses aggregate functions.