QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QString | filter |
Optional filter for calculating aggregate over a subset of features, or an empty string to use all features. | |
QgsFeatureRequest::OrderBy | orderBy |
Optional order by clauses. | |
A bundle of parameters controlling aggregate calculation.
Definition at line 61 of file qgsaggregatecalculator.h.
QString QgsAggregateCalculator::AggregateParameters::delimiter |
Delimiter to use for joining values with the StringConcatenate aggregate.
Definition at line 77 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 70 of file qgsaggregatecalculator.h.
QgsFeatureRequest::OrderBy QgsAggregateCalculator::AggregateParameters::orderBy |