| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Structured information about the available aggregates. More...
#include <qgsaggregatecalculator.h>
Public Attributes | |
| QString | function | 
| The expression function.   | |
| QString | name | 
| A translated, human readable name.   | |
| QSet< QMetaType::Type > | supportedTypes | 
| This aggregate function can only be used with these datatypes.   | |
Structured information about the available aggregates.
Definition at line 50 of file qgsaggregatecalculator.h.
| QString QgsAggregateCalculator::AggregateInfo::function | 
The expression function.
Definition at line 53 of file qgsaggregatecalculator.h.
| QString QgsAggregateCalculator::AggregateInfo::name | 
A translated, human readable name.
Definition at line 55 of file qgsaggregatecalculator.h.
| QSet<QMetaType::Type> QgsAggregateCalculator::AggregateInfo::supportedTypes | 
This aggregate function can only be used with these datatypes.
Definition at line 57 of file qgsaggregatecalculator.h.