|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
The Aggregate struct holds information about an aggregate column. More...
#include <qgsprocessingaggregatewidgets.h>
Public Attributes | |
| QString | aggregate |
| Aggregate name. More... | |
| QString | delimiter |
| Delimiter string. More... | |
| QgsField | field |
| The field in its current status (it might have been renamed) More... | |
| QString | source |
| The source expression used as the input for the aggregate calculation. More... | |
The Aggregate struct holds information about an aggregate column.
Definition at line 67 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::aggregate |
Aggregate name.
Definition at line 73 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::delimiter |
Delimiter string.
Definition at line 76 of file qgsprocessingaggregatewidgets.h.
| QgsField QgsAggregateMappingModel::Aggregate::field |
The field in its current status (it might have been renamed)
Definition at line 79 of file qgsprocessingaggregatewidgets.h.
| QString QgsAggregateMappingModel::Aggregate::source |
The source expression used as the input for the aggregate calculation.
Definition at line 70 of file qgsprocessingaggregatewidgets.h.