/AWS1/CL_GLUSCHEMACOLUMN¶
A key-value pair representing a column and data type that this transform can
run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/GLUCOLUMNNAMESTRING /AWS1/GLUCOLUMNNAMESTRING¶
The name of the column.
iv_datatype TYPE /AWS1/GLUCOLUMNTYPESTRING /AWS1/GLUCOLUMNTYPESTRING¶
The type of data in the column.
Queryable Attributes¶
Name¶
The name of the column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
DataType¶
The type of data in the column.
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_TRANSFORMSCHEMA¶
TYPES TT_TRANSFORMSCHEMA TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSCHEMACOLUMN WITH DEFAULT KEY
.