QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsAggregateCalculator::AggregateParameters Struct Reference

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...
 

Detailed Description

A bundle of parameters controlling aggregate calculation.

Definition at line 88 of file qgsaggregatecalculator.h.

Member Data Documentation

QString QgsAggregateCalculator::AggregateParameters::delimiter

Delimiter to use for joining values with the StringConcatenate aggregate.

See also
QgsAggregateCalculator::setDelimiter()
QgsAggregateCalculator::delimiter()

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.

See also
QgsAggregateCalculator::setFilter()
QgsAggregateCalculator::filter()

Definition at line 97 of file qgsaggregatecalculator.h.


The documentation for this struct was generated from the following file: