|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
The Aggregate struct holds information about an aggregate column. More...
#include <qgsprocessingaggregatewidgets.h>
Public Attributes | |
| QString | aggregate |
| Aggregate name. | |
| QString | delimiter |
| Delimiter string. | |
| QgsField | field |
| The field in its current status (it might have been renamed) | |
| QString | source |
| The source expression used as the input for the aggregate calculation. | |
The Aggregate struct holds information about an aggregate column.
Definition at line 65 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::aggregate |
Aggregate name.
Definition at line 71 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::delimiter |
Delimiter string.
Definition at line 74 of file qgsprocessingaggregatewidgets.h.
| QgsField QgsAggregateMappingModel::Aggregate::field |
The field in its current status (it might have been renamed)
Definition at line 77 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::source |
The source expression used as the input for the aggregate calculation.
Definition at line 68 of file qgsprocessingaggregatewidgets.h.