QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
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 91 of file qgsaggregatecalculator.h.
QString QgsAggregateCalculator::AggregateParameters::delimiter |
Delimiter to use for joining values with the StringConcatenate aggregate.
Definition at line 107 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 100 of file qgsaggregatecalculator.h.
QgsFeatureRequest::OrderBy QgsAggregateCalculator::AggregateParameters::orderBy |