QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
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... | |
A bundle of parameters controlling aggregate calculation.
Definition at line 70 of file qgsaggregatecalculator.h.
QString QgsAggregateCalculator::AggregateParameters::delimiter |
Delimiter to use for joining values with the StringConcatenate aggregate.
Definition at line 83 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 77 of file qgsaggregatecalculator.h.