Represents a value within the StatisticRecordIterator. More...
Header: | #include <StatisticRecord.h> |
Since: | Esri::ArcGISRuntime 100.2 |
Inherits: | Esri::ArcGISRuntime::Object |
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
virtual | ~StatisticRecord() override |
QVariantMap | group() const |
QVariantMap | statistics() const |
Detailed Description
Member Function Documentation
[override virtual]
StatisticRecord::~StatisticRecord ()
Destructor.
QVariantMap StatisticRecord::group() const
Gets the map of GroupBy fields (if any were specified) and their associated values.
The map contains QString keys. The value type is variant, and depends on the field type.
QVariantMap StatisticRecord::statistics() const
Gets the map of statistics values returned in the query result.
The map contains QString keys matching the output alias and either double or QString values.