QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Attributes | List of all members
QgsAggregateCalculator::AggregateInfo Struct Reference

Structured information about the available aggregates. More...

#include <qgsaggregatecalculator.h>

Public Attributes

QString function
 The expression function. More...
 
QString name
 A translated, human readable name. More...
 
QSet< QVariant::Type > supportedTypes
 This aggregate function can only be used with these datatypes. More...
 

Detailed Description

Structured information about the available aggregates.

Since
QGIS 3.0

Definition at line 53 of file qgsaggregatecalculator.h.

Member Data Documentation

◆ function

QString QgsAggregateCalculator::AggregateInfo::function

The expression function.

Definition at line 56 of file qgsaggregatecalculator.h.

◆ name

QString QgsAggregateCalculator::AggregateInfo::name

A translated, human readable name.

Definition at line 58 of file qgsaggregatecalculator.h.

◆ supportedTypes

QSet<QVariant::Type> QgsAggregateCalculator::AggregateInfo::supportedTypes

This aggregate function can only be used with these datatypes.

Definition at line 60 of file qgsaggregatecalculator.h.


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