/AWS1/CL_GLUSTATISTICSUMMARY¶
Summary information about a statistic.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statisticid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Statistic ID.
iv_profileid TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
The Profile ID.
io_runidentifier TYPE REF TO /AWS1/CL_GLURUNIDENTIFIER /AWS1/CL_GLURUNIDENTIFIER¶
The Run Identifier
iv_statisticname TYPE /AWS1/GLUSTATISTICNAMESTRING /AWS1/GLUSTATISTICNAMESTRING¶
The name of the statistic.
iv_doublevalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the statistic.
iv_evaluationlevel TYPE /AWS1/GLUSTATISTICEVALLEVEL /AWS1/GLUSTATISTICEVALLEVEL¶
The evaluation level of the statistic. Possible values:
Dataset,Column,Multicolumn.
it_columnsreferenced TYPE /AWS1/CL_GLUCOLUMNNAMELIST_W=>TT_COLUMNNAMELIST TT_COLUMNNAMELIST¶
The list of columns referenced by the statistic.
it_referenceddatasets TYPE /AWS1/CL_GLUREFERENCEDSSLIST_W=>TT_REFERENCEDATASETSLIST TT_REFERENCEDATASETSLIST¶
The list of datasets referenced by the statistic.
it_statisticproperties TYPE /AWS1/CL_GLUSTATISTICPRPSMAP_W=>TT_STATISTICPROPERTIESMAP TT_STATISTICPROPERTIESMAP¶
A
StatisticPropertiesMap, which contains aNameStringandDescriptionString
iv_recordedon TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The timestamp when the statistic was recorded.
io_inclusionannotation TYPE REF TO /AWS1/CL_GLUTSEDINCLUSIONANN00 /AWS1/CL_GLUTSEDINCLUSIONANN00¶
The inclusion annotation for the statistic.
Queryable Attributes¶
StatisticId¶
The Statistic ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICID() |
Getter for STATISTICID, with configurable default |
ASK_STATISTICID() |
Getter for STATISTICID w/ exceptions if field has no value |
HAS_STATISTICID() |
Determine if STATISTICID has a value |
ProfileId¶
The Profile ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
RunIdentifier¶
The Run Identifier
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNIDENTIFIER() |
Getter for RUNIDENTIFIER |
StatisticName¶
The name of the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICNAME() |
Getter for STATISTICNAME, with configurable default |
ASK_STATISTICNAME() |
Getter for STATISTICNAME w/ exceptions if field has no value |
HAS_STATISTICNAME() |
Determine if STATISTICNAME has a value |
DoubleValue¶
The value of the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOUBLEVALUE() |
Getter for DOUBLEVALUE |
ASK_DOUBLEVALUE() |
Getter for DOUBLEVALUE w/ exceptions if field has no value |
STR_DOUBLEVALUE() |
String format for DOUBLEVALUE |
EvaluationLevel¶
The evaluation level of the statistic. Possible values:
Dataset,Column,Multicolumn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONLEVEL() |
Getter for EVALUATIONLEVEL, with configurable default |
ASK_EVALUATIONLEVEL() |
Getter for EVALUATIONLEVEL w/ exceptions if field has no val |
HAS_EVALUATIONLEVEL() |
Determine if EVALUATIONLEVEL has a value |
ColumnsReferenced¶
The list of columns referenced by the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNSREFERENCED() |
Getter for COLUMNSREFERENCED, with configurable default |
ASK_COLUMNSREFERENCED() |
Getter for COLUMNSREFERENCED w/ exceptions if field has no v |
HAS_COLUMNSREFERENCED() |
Determine if COLUMNSREFERENCED has a value |
ReferencedDatasets¶
The list of datasets referenced by the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEDDATASETS() |
Getter for REFERENCEDDATASETS, with configurable default |
ASK_REFERENCEDDATASETS() |
Getter for REFERENCEDDATASETS w/ exceptions if field has no |
HAS_REFERENCEDDATASETS() |
Determine if REFERENCEDDATASETS has a value |
StatisticProperties¶
A
StatisticPropertiesMap, which contains aNameStringandDescriptionString
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICPROPERTIES() |
Getter for STATISTICPROPERTIES, with configurable default |
ASK_STATISTICPROPERTIES() |
Getter for STATISTICPROPERTIES w/ exceptions if field has no |
HAS_STATISTICPROPERTIES() |
Determine if STATISTICPROPERTIES has a value |
RecordedOn¶
The timestamp when the statistic was recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDEDON() |
Getter for RECORDEDON, with configurable default |
ASK_RECORDEDON() |
Getter for RECORDEDON w/ exceptions if field has no value |
HAS_RECORDEDON() |
Determine if RECORDEDON has a value |
InclusionAnnotation¶
The inclusion annotation for the statistic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUSIONANNOTATION() |
Getter for INCLUSIONANNOTATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STATISTICSUMMARYLIST¶
TYPES TT_STATISTICSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSTATISTICSUMMARY WITH DEFAULT KEY
.