/AWS1/CL_GLUDISTRIBUTIONDATA¶
The distribution data for a statistic.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_binedges TYPE /AWS1/CL_GLUBINEDGES_W=>TT_BINEDGES TT_BINEDGES¶
The bin edge values for the distribution.
it_count TYPE /AWS1/CL_GLUCOUNT_W=>TT_COUNT TT_COUNT¶
The frequency count for each bin in the distribution.
iv_datatype TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The data type of the column for the distribution.
Queryable Attributes¶
BinEdges¶
The bin edge values for the distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BINEDGES() |
Getter for BINEDGES, with configurable default |
ASK_BINEDGES() |
Getter for BINEDGES w/ exceptions if field has no value |
HAS_BINEDGES() |
Determine if BINEDGES has a value |
Count¶
The frequency count for each bin in the distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
DataType¶
The data type of the column for the distribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVALUATEDDISTRIBUTIONSMAP¶
TYPES TT_EVALUATEDDISTRIBUTIONSMAP TYPE HASHED TABLE OF /AWS1/CL_GLUDISTRIBUTIONDATA=>TS_EVALUATEDDISTRIBSMAP_MAPROW WITH UNIQUE KEY key
.
TS_EVALUATEDDISTRIBSMAP_MAPROW¶
TYPES: BEGIN OF TS_EVALUATEDDISTRIBSMAP_MAPROW,
key TYPE /AWS1/GLUNAMESTRING,
value TYPE REF TO /AWS1/CL_GLUDISTRIBUTIONDATA,
END OF TS_EVALUATEDDISTRIBSMAP_MAPROW.