| QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
    | 
A bundle of parameters controlling aggregate calculation. More...
#include <qgsaggregatecalculator.h>
| Public Attributes | |
| QString | delimiter | 
| Delimiter to use for joining values with the StringConcatenate aggregate.  More... | |
| QString | filter | 
| Optional filter for calculating aggregate over a subset of features, or an empty string to use all features.  More... | |
| QgsFeatureRequest::OrderBy | orderBy | 
| Optional order by clauses.  More... | |
A bundle of parameters controlling aggregate calculation.
Definition at line 94 of file qgsaggregatecalculator.h.
| QString QgsAggregateCalculator::AggregateParameters::delimiter | 
Delimiter to use for joining values with the StringConcatenate aggregate.
Definition at line 110 of file qgsaggregatecalculator.h.
| QString QgsAggregateCalculator::AggregateParameters::filter | 
Optional filter for calculating aggregate over a subset of features, or an empty string to use all features.
Definition at line 103 of file qgsaggregatecalculator.h.
| QgsFeatureRequest::OrderBy QgsAggregateCalculator::AggregateParameters::orderBy |