/AWS1/CL_GLUROWLEVELRSLTSOPTS¶
The configuration for writing row-level evaluation results.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxrowstowrite TYPE /AWS1/GLUNULLABLEINTEGER /AWS1/GLUNULLABLEINTEGER¶
The maximum number of rows to write in the results.
iv_resulttype TYPE /AWS1/GLURESULTTYPEENUM /AWS1/GLURESULTTYPEENUM¶
The result type to include in the row-level results output.
io_catalogtableconfig TYPE REF TO /AWS1/CL_GLUCTLGTABLECFGOPTS /AWS1/CL_GLUCTLGTABLECFGOPTS¶
The Glue Data Catalog table configuration for storing the results.
Queryable Attributes¶
MaxRowsToWrite¶
The maximum number of rows to write in the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXROWSTOWRITE() |
Getter for MAXROWSTOWRITE, with configurable default |
ASK_MAXROWSTOWRITE() |
Getter for MAXROWSTOWRITE w/ exceptions if field has no valu |
HAS_MAXROWSTOWRITE() |
Determine if MAXROWSTOWRITE has a value |
ResultType¶
The result type to include in the row-level results output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTTYPE() |
Getter for RESULTTYPE, with configurable default |
ASK_RESULTTYPE() |
Getter for RESULTTYPE w/ exceptions if field has no value |
HAS_RESULTTYPE() |
Determine if RESULTTYPE has a value |
CatalogTableConfig¶
The Glue Data Catalog table configuration for storing the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOGTABLECONFIG() |
Getter for CATALOGTABLECONFIG |