/AWS1/CL_GLUCONDITIONXPRSN¶
Condition expression defined in the Glue Studio data preparation recipe node.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_condition TYPE /AWS1/GLUDATABREWCONDITION /AWS1/GLUDATABREWCONDITION¶
The condition of the condition expression.
iv_targetcolumn TYPE /AWS1/GLUTARGETCOLUMN /AWS1/GLUTARGETCOLUMN¶
The target column of the condition expressions.
Optional arguments:¶
iv_value TYPE /AWS1/GLUDATABREWCONDVALUE /AWS1/GLUDATABREWCONDVALUE¶
The value of the condition expression.
Queryable Attributes¶
Condition¶
The condition of the condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION, with configurable default |
ASK_CONDITION() |
Getter for CONDITION w/ exceptions if field has no value |
HAS_CONDITION() |
Determine if CONDITION has a value |
Value¶
The value of the condition expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
TargetColumn¶
The target column of the condition expressions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETCOLUMN() |
Getter for TARGETCOLUMN, with configurable default |
ASK_TARGETCOLUMN() |
Getter for TARGETCOLUMN w/ exceptions if field has no value |
HAS_TARGETCOLUMN() |
Determine if TARGETCOLUMN 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_CONDITIONEXPRESSIONLIST¶
TYPES TT_CONDITIONEXPRESSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUCONDITIONXPRSN WITH DEFAULT KEY
.