/AWS1/CL_GLUSKEWEDINFO¶
Specifies skewed values in a table. Skewed values are those that occur with very high frequency.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_skewedcolumnnames TYPE /AWS1/CL_GLUNAMESTRINGLIST_W=>TT_NAMESTRINGLIST TT_NAMESTRINGLIST¶
A list of names of columns that contain skewed values.
it_skewedcolumnvalues TYPE /AWS1/CL_GLUCOLUMNVALSTRLIST_W=>TT_COLUMNVALUESTRINGLIST TT_COLUMNVALUESTRINGLIST¶
A list of values that appear so frequently as to be considered skewed.
it_skewedcolumnvaluelocmaps TYPE /AWS1/CL_GLULOCATIONMAP_W=>TT_LOCATIONMAP TT_LOCATIONMAP¶
A mapping of skewed values to the columns that contain them.
Queryable Attributes¶
SkewedColumnNames¶
A list of names of columns that contain skewed values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKEWEDCOLUMNNAMES() |
Getter for SKEWEDCOLUMNNAMES, with configurable default |
ASK_SKEWEDCOLUMNNAMES() |
Getter for SKEWEDCOLUMNNAMES w/ exceptions if field has no v |
HAS_SKEWEDCOLUMNNAMES() |
Determine if SKEWEDCOLUMNNAMES has a value |
SkewedColumnValues¶
A list of values that appear so frequently as to be considered skewed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKEWEDCOLUMNVALUES() |
Getter for SKEWEDCOLUMNVALUES, with configurable default |
ASK_SKEWEDCOLUMNVALUES() |
Getter for SKEWEDCOLUMNVALUES w/ exceptions if field has no |
HAS_SKEWEDCOLUMNVALUES() |
Determine if SKEWEDCOLUMNVALUES has a value |
SkewedColumnValueLocationMaps¶
A mapping of skewed values to the columns that contain them.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKEWEDCOLUMNVALUELOCMAPS() |
Getter for SKEWEDCOLUMNVALUELOCMAPS, with configurable defau |
ASK_SKEWEDCOLUMNVALUELOCMAPS() |
Getter for SKEWEDCOLUMNVALUELOCMAPS w/ exceptions if field h |
HAS_SKEWEDCOLUMNVALUELOCMAPS() |
Determine if SKEWEDCOLUMNVALUELOCMAPS has a value |