QGIS API Documentation
3.6.0-Noosa (5873452)
|
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 88 of file qgsaggregatecalculator.h.
QString QgsAggregateCalculator::AggregateParameters::delimiter |
Delimiter to use for joining values with the StringConcatenate aggregate.
Definition at line 104 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 97 of file qgsaggregatecalculator.h.